Shades of Crusta #F08B65
Tints of Crusta #F08B65
RGB
CMYK
RGB Variations
Color information
#F08B65 (or 0xF08B65) is known color: Crusta. HEX triplet: F0, 8B and 65. RGB value is (240,139,101). Sum of RGB (Red+Green+Blue) = 240+139+101=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 139 (54.69% from 255 or 28.96% from 480); Blue value is 101 (39.84% from 255 or 21.04% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B65 is #0F749A. Grayscale: #A5A5A5. Windows color (decimal): -1012891 or 6654960. OLE color: 6654960.
HSL color Cylindrical-coordinate representation of color #F08B65: hue angle of 16.4º 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 #F08B65 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 139 | 101 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.06 |
| HSL | 16.4º | 0.82% | 0.67% | - |
| HSV(B) | 16.4º | 0.58% | 0.94% | - |
| XYZ | 47.52 | 37.93 | 17.13 | - |
| YUV | 164.87 | 91.96 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 139 | 101 | 0 | 0.42 | 0.58 | 0.06 | 16.4 | 0.82 | 0.67 |
| Hex | F0 | 8B | 65 | 0 | 2A | 3A | 6 | 10 | 52 | 43 |
| Octal | 360 | 213 | 145 | 0 | 52 | 72 | 6 | 20 | 122 | 103 |
| Binary | 11110000 | 10001011 | 1100101 | 0 | 101010 | 111010 | 110 | 10000 | 1010010 | 1000011 |
Color Harmonies of #F08B65
Complementary color
Monochromatic Colors of #F08B65
Black with #F08B65
Text Example
Text Example
White with #F08B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08B65; }
p { color: rgb(240,139,101); }
H1.HeaderClassName
{
color: #F08B65;
}
.AnyTagClassName
{
color: #F08B65;
}
</style>
background-color css
<style>
a { background-color: #F08B65; }
a { background-color: rgb(240,139,101); }
div.DivClassName
{
background-color: #F08B65;
}
.BgClassName
{
background-color: #F08B65;
}
</style>
border-color css
<style>
span { border-color: #F08B65; }
span { border-color: rgb(240,139,101); }
td.TdClassName
{
border-color: #F08B65;
}
.TagClassName
{
border-color: #F08B65;
}
</style>