#F08B50

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

Shades of Crusta #F08B50

Tints of Crusta #F08B50

Color information

#F08B50 (or 0xF08B50) is unknown color: approx Crusta. HEX triplet: F0, 8B and 50. RGB value is (240,139,80). Sum of RGB (Red+Green+Blue) = 240+139+80=459 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.29% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 80 (31.64% from 255 or 17.43% from 459); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B50 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B50 is #0F74AF. Grayscale: #A2A2A2. Windows color (decimal): -1012912 or 5278704. OLE color: 5278704.

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

Color convert

RGB24013980-
CMYK00.420.670.06
HSL22.13º84.21%62.75%-
HSV(B)22.13º66.67%94.12%-
XYZ46.6237.5712.38-
YUV162.4781.46183.3-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.29%
GREEN value IS 139 (54.69% from 255) = 30.28%
BLUE value IS 80 (31.64% from 255) = 17.43%
R=52.29%
G=30.28%
B=17.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401398000.420.670.0622.1384.2162.75
HexF08B5002A43616543f
Octal36021312005210362612477
Binary1111000010001011101000001010101000011110101101010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B50; }

 p { color: rgb(240,139,80); }

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

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

 a { background-color: rgb(240,139,80); }

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

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

 span { border-color: rgb(240,139,80); }

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