#F28C59

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

Shades of Crusta #F28C59

Tints of Crusta #F28C59

Color information

#F28C59 (or 0xF28C59) is unknown color: approx Crusta. HEX triplet: F2, 8C and 59. RGB value is (242,140,89). Sum of RGB (Red+Green+Blue) = 242+140+89=471 (62% of max value = 765). Red value is 242 (94.92% from 255 or 51.38% from 471); Green value is 140 (55.08% from 255 or 29.72% from 471); Blue value is 89 (35.16% from 255 or 18.90% from 471); Max value from RGB is 242 - color contains mainly: red. Hex color #F28C59 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28C59 is #0D73A6. Grayscale: #A4A4A4. Windows color (decimal): -881575 or 5868786. OLE color: 5868786.

HSL color Cylindrical-coordinate representation of color #F28C59: hue angle of 20º 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 #F28C59 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB24214089-
CMYK00.420.630.05
HSL20º85.47%64.9%-
HSV(B)20º63.22%94.9%-
XYZ47.838.3514.34-
YUV164.6885.29183.15-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.38%
GREEN value IS 140 (55.08% from 255) = 29.72%
BLUE value IS 89 (35.16% from 255) = 18.90%
R=51.38%
G=29.72%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421408900.420.630.052085.4764.9
HexF28C5902A3F5145541
Octal36221413105277524125101
Binary1111001010001100101100101010101111111011010010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28C59; }

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

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

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

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

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

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

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

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