#F27E49

Color #F27E49 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F27E49

Tints of Crusta #F27E49

Color information

#F27E49 (or 0xF27E49) is unknown color: approx Crusta. HEX triplet: F2, 7E and 49. RGB value is (242,126,73). Sum of RGB (Red+Green+Blue) = 242+126+73=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 126 (49.61% from 255 or 28.57% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E49 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27E49 is #0D81B6. Grayscale: #9A9A9A. Windows color (decimal): -885175 or 4816626. OLE color: 4816626.

HSL color Cylindrical-coordinate representation of color #F27E49: hue angle of 18.82º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F27E49 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB24212673-
CMYK00.480.700.05
HSL18.82º86.67%61.76%-
HSV(B)18.82º69.83%94.9%-
XYZ45.2834.2810.53-
YUV154.6481.93190.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 54.88%
GREEN value IS 126 (49.61% from 255) = 28.57%
BLUE value IS 73 (28.91% from 255) = 16.55%
R=54.88%
G=28.57%
B=16.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421267300.480.700.0518.8286.6761.76
HexF27E4903046513573e
Octal36217611106010652312776
Binary111100101111110100100101100001000110101100111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27E49; }

 p { color: rgb(242,126,73); }

 H1.HeaderClassName
 {
   color: #F27E49;
 }
 .AnyTagClassName
 {
   color: #F27E49;
 }
</style>
background-color css

<style>
 a { background-color: #F27E49; }

 a { background-color: rgb(242,126,73); }

 div.DivClassName
 {
   background-color: #F27E49;
 }
 .BgClassName
 {
   background-color: #F27E49;
 }
</style>
border-color css

<style>
 span { border-color: #F27E49; }

 span { border-color: rgb(242,126,73); }

 td.TdClassName
 {
   border-color: #F27E49;
 }
 .TagClassName
 {
   border-color: #F27E49;
 }
</style>