Shades of Crusta #F08A66
Tints of Crusta #F08A66
RGB
CMYK
RGB Variations
Color information
#F08A66 (or 0xF08A66) is known color: Crusta. HEX triplet: F0, 8A and 66. RGB value is (240,138,102). Sum of RGB (Red+Green+Blue) = 240+138+102=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 138 (54.30% from 255 or 28.75% from 480); Blue value is 102 (40.23% from 255 or 21.25% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F08A66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08A66 is #0F7599. Grayscale: #A4A4A4. Windows color (decimal): -1013146 or 6720240. OLE color: 6720240.
HSL color Cylindrical-coordinate representation of color #F08A66: hue angle of 15.65º 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 #F08A66 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 138 | 102 | - |
| CMYK | 0 | 0.42 | 0.58 | 0.06 |
| HSL | 15.65º | 0.82% | 0.67% | - |
| HSV(B) | 15.65º | 0.58% | 0.94% | - |
| XYZ | 47.42 | 37.66 | 17.34 | - |
| YUV | 164.39 | 92.79 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 138 | 102 | 0 | 0.42 | 0.58 | 0.06 | 15.65 | 0.82 | 0.67 |
| Hex | F0 | 8A | 66 | 0 | 2A | 3A | 6 | 10 | 52 | 43 |
| Octal | 360 | 212 | 146 | 0 | 52 | 72 | 6 | 20 | 122 | 103 |
| Binary | 11110000 | 10001010 | 1100110 | 0 | 101010 | 111010 | 110 | 10000 | 1010010 | 1000011 |
Color Harmonies of #F08A66
Complementary color
Monochromatic Colors of #F08A66
Black with #F08A66
Text Example
Text Example
White with #F08A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08A66; }
p { color: rgb(240,138,102); }
H1.HeaderClassName
{
color: #F08A66;
}
.AnyTagClassName
{
color: #F08A66;
}
</style>
background-color css
<style>
a { background-color: #F08A66; }
a { background-color: rgb(240,138,102); }
div.DivClassName
{
background-color: #F08A66;
}
.BgClassName
{
background-color: #F08A66;
}
</style>
border-color css
<style>
span { border-color: #F08A66; }
span { border-color: rgb(240,138,102); }
td.TdClassName
{
border-color: #F08A66;
}
.TagClassName
{
border-color: #F08A66;
}
</style>