#f08b67

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

Shades of Crusta #F08B67

Tints of Crusta #F08B67

Color information

#F08B67 (or 0xF08B67) is unknown color: approx Crusta. HEX triplet: F0, 8B and 67. RGB value is (240,139,103). Sum of RGB (Red+Green+Blue) = 240+139+103=482 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.79% from 482); Green value is 139 (54.69% from 255 or 28.84% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B67 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B67 is #0F7498. Grayscale: #A5A5A5. Windows color (decimal): -1012889 or 6786032. OLE color: 6786032.

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

Color convert

RGB240139103-
CMYK00.420.570.06
HSL15.77º82.04%67.25%-
HSV(B)15.77º57.08%94.12%-
XYZ47.6237.9717.65-
YUV165.0992.96181.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.79%
GREEN value IS 139 (54.69% from 255) = 28.84%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=49.79%
G=28.84%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24013910300.420.570.0615.7782.0467.25
HexF08B6702A396105243
Octal36021314705271620122103
Binary1111000010001011110011101010101110011101000010100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f08b67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f08b67; }

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

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

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

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

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

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

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

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