#F2885E

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

Shades of Crusta #F2885E

Tints of Crusta #F2885E

Color information

#F2885E (or 0xF2885E) is unknown color: approx Crusta. HEX triplet: F2, 88 and 5E. RGB value is (242,136,94). Sum of RGB (Red+Green+Blue) = 242+136+94=472 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.27% from 472); Green value is 136 (53.52% from 255 or 28.81% from 472); Blue value is 94 (37.11% from 255 or 19.92% from 472); Max value from RGB is 242 - color contains mainly: red. Hex color #F2885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2885E is #0D77A1. Grayscale: #A3A3A3. Windows color (decimal): -882594 or 6195442. OLE color: 6195442.

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

Color convert

RGB24213694-
CMYK00.440.610.05
HSL17.03º85.06%65.88%-
HSV(B)17.03º61.16%94.9%-
XYZ47.4437.2915.29-
YUV162.9189.12184.42-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.27%
GREEN value IS 136 (53.52% from 255) = 28.81%
BLUE value IS 94 (37.11% from 255) = 19.92%
R=51.27%
G=28.81%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421369400.440.610.0517.0385.0665.88
HexF2885E02C3D5115542
Octal36221013605475521125102
Binary1111001010001000101111001011001111011011000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2885E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2885E; }

 p { color: rgb(242,136,94); }

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

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

 a { background-color: rgb(242,136,94); }

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

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

 span { border-color: rgb(242,136,94); }

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