#F88F5C

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

Shades of Crusta #F88F5C

Tints of Crusta #F88F5C

Color information

#F88F5C (or 0xF88F5C) is unknown color: approx Crusta. HEX triplet: F8, 8F and 5C. RGB value is (248,143,92). Sum of RGB (Red+Green+Blue) = 248+143+92=483 (63% of max value = 765). Red value is 248 (97.27% from 255 or 51.35% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 92 (36.33% from 255 or 19.05% from 483); Max value from RGB is 248 - color contains mainly: red. Hex color #F88F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F88F5C is #0770A3. Grayscale: #A8A8A8. Windows color (decimal): -487588 or 6066168. OLE color: 6066168.

HSL color Cylindrical-coordinate representation of color #F88F5C: hue angle of 19.62º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F88F5C is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.03.

Color convert

RGB24814392-
CMYK00.420.630.03
HSL19.62º91.76%66.67%-
HSV(B)19.62º62.9%97.25%-
XYZ50.4740.3715.26-
YUV168.5884.79184.65-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 51.35%
GREEN value IS 143 (56.25% from 255) = 29.61%
BLUE value IS 92 (36.33% from 255) = 19.05%
R=51.35%
G=29.61%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481439200.420.630.0319.6291.7666.67
HexF88F5C02A3F3145c43
Octal37021713405277324134103
Binary111110001000111110111000101010111111111010010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F88F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F88F5C; }

 p { color: rgb(248,143,92); }

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

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

 a { background-color: rgb(248,143,92); }

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

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

 span { border-color: rgb(248,143,92); }

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