#F08260

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

Shades of Crusta #F08260

Tints of Crusta #F08260

Color information

#F08260 (or 0xF08260) is unknown color: approx Crusta. HEX triplet: F0, 82 and 60. RGB value is (240,130,96). Sum of RGB (Red+Green+Blue) = 240+130+96=466 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.50% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 96 (37.89% from 255 or 20.60% from 466); Max value from RGB is 240 - color contains mainly: red. Hex color #F08260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08260 is #0F7D9F. Grayscale: #9F9F9F. Windows color (decimal): -1015200 or 6324976. OLE color: 6324976.

HSL color Cylindrical-coordinate representation of color #F08260: hue angle of 14.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F08260 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB24013096-
CMYK00.460.60.06
HSL14.17º82.76%65.88%-
HSV(B)14.17º60%94.12%-
XYZ46.0335.3415.46-
YUV159.0192.44185.76-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.50%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 96 (37.89% from 255) = 20.60%
R=51.50%
G=27.90%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401309600.460.60.0614.1782.7665.88
HexF0826002E3C6e5342
Octal36020214005674616123102
Binary111100001000001011000000101110111100110111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08260; }

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

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

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

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

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

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

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

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