#F28260

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

Shades of Crusta #F28260

Tints of Crusta #F28260

Color information

#F28260 (or 0xF28260) is unknown color: approx Crusta. HEX triplet: F2, 82 and 60. RGB value is (242,130,96). Sum of RGB (Red+Green+Blue) = 242+130+96=468 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.71% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 242 - color contains mainly: red. Hex color #F28260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28260 is #0D7D9F. Grayscale: #9F9F9F. Windows color (decimal): -884128 or 6324978. OLE color: 6324978.

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

Color convert

RGB24213096-
CMYK00.460.600.05
HSL13.97º84.88%66.27%-
HSV(B)13.97º60.33%94.9%-
XYZ46.7135.6915.49-
YUV159.6192.11186.76-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 51.71%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 96 (37.89% from 255) = 20.51%
R=51.71%
G=27.78%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421309600.460.600.0513.9784.8866.27
HexF2826002E3C5e5542
Octal36220214005674516125102
Binary111100101000001011000000101110111100101111010101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28260; }

 p { color: rgb(242,130,96); }

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

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

 a { background-color: rgb(242,130,96); }

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

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

 span { border-color: rgb(242,130,96); }

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