#F27E59

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

Shades of Crusta #F27E59

Tints of Crusta #F27E59

Color information

#F27E59 (or 0xF27E59) is unknown color: approx Crusta. HEX triplet: F2, 7E and 59. RGB value is (242,126,89). Sum of RGB (Red+Green+Blue) = 242+126+89=457 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.95% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 242 - color contains mainly: red. Hex color #F27E59 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F27E59 is #0D81A6. Grayscale: #9C9C9C. Windows color (decimal): -885159 or 5865202. OLE color: 5865202.

HSL color Cylindrical-coordinate representation of color #F27E59: hue angle of 14.51º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F27E59 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24212689-
CMYK00.480.630.05
HSL14.51º85.47%64.9%-
HSV(B)14.51º63.22%94.9%-
XYZ45.8834.5213.7-
YUV156.4789.93189.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.95%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 89 (35.16% from 255) = 19.47%
R=52.95%
G=27.57%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421268900.480.630.0514.5185.4764.9
HexF27E590303F5f5541
Octal36217613106077517125101
Binary11110010111111010110010110000111111101111110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F27E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F27E59; }

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

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

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

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

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

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

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

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