Shades of Crusta #F08B64
Tints of Crusta #F08B64
RGB
CMYK
RGB Variations
Color information
#F08B64 (or 0xF08B64) is known color: Crusta. HEX triplet: F0, 8B and 64. RGB value is (240,139,100). Sum of RGB (Red+Green+Blue) = 240+139+100=479 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.10% from 479); Green value is 139 (54.69% from 255 or 29.02% from 479); Blue value is 100 (39.45% from 255 or 20.88% from 479); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B64 is #0F749B. Grayscale: #A5A5A5. Windows color (decimal): -1012892 or 6589424. OLE color: 6589424.
HSL color Cylindrical-coordinate representation of color #F08B64: hue angle of 16.71º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F08B64 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 100 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.06 |
| HSL | 16.71º | 0.82% | 0.67% | - |
| HSV(B) | 16.71º | 0.58% | 0.94% | - |
| XYZ | 47.47 | 37.91 | 16.87 | - |
| YUV | 164.75 | 91.46 | 181.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 100 | 0 | 0.42 | 0.58 | 0.06 | 16.71 | 0.82 | 0.67 |
| Hex | F0 | 8B | 64 | 0 | 2A | 3A | 6 | 11 | 52 | 43 |
| Octal | 360 | 213 | 144 | 0 | 52 | 72 | 6 | 21 | 122 | 103 |
| Binary | 11110000 | 10001011 | 1100100 | 0 | 101010 | 111010 | 110 | 10001 | 1010010 | 1000011 |
Color Harmonies of #F08B64
Complementary color
Monochromatic Colors of #F08B64
Black with #F08B64
Text Example
Text Example
White with #F08B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B64; }
p { color: rgb(240,139,100); }
H1.HeaderClassName
{
color: #F08B64;
}
.AnyTagClassName
{
color: #F08B64;
}
</style>
background-color css
<style>
a { background-color: #F08B64; }
a { background-color: rgb(240,139,100); }
div.DivClassName
{
background-color: #F08B64;
}
.BgClassName
{
background-color: #F08B64;
}
</style>
border-color css
<style>
span { border-color: #F08B64; }
span { border-color: rgb(240,139,100); }
td.TdClassName
{
border-color: #F08B64;
}
.TagClassName
{
border-color: #F08B64;
}
</style>