#F28059

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

Shades of Crusta #F28059

Tints of Crusta #F28059

Color information

#F28059 (or 0xF28059) is unknown color: approx Crusta. HEX triplet: F2, 80 and 59. RGB value is (242,128,89). Sum of RGB (Red+Green+Blue) = 242+128+89=459 (60% of max value = 765). Red value is 242 (94.92% from 255 or 52.72% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 242 - color contains mainly: red. Hex color #F28059 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28059 is #0D7FA6. Grayscale: #9D9D9D. Windows color (decimal): -884647 or 5865714. OLE color: 5865714.

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

Color convert

RGB24212889-
CMYK00.470.630.05
HSL15.29º85.47%64.9%-
HSV(B)15.29º63.22%94.9%-
XYZ46.1435.0413.78-
YUV157.6489.27188.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 52.72%
GREEN value IS 128 (50.39% from 255) = 27.89%
BLUE value IS 89 (35.16% from 255) = 19.39%
R=52.72%
G=27.89%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421288900.470.630.0515.2985.4764.9
HexF2805902F3F5f5541
Octal36220013105777517125101
Binary111100101000000010110010101111111111101111110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28059; }

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

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

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

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

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

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

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

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