Shades of Crusta #F08766
Tints of Crusta #F08766
RGB
CMYK
RGB Variations
Color information
#F08766 (or 0xF08766) is known color: Crusta. HEX triplet: F0, 87 and 66. RGB value is (240,135,102). Sum of RGB (Red+Green+Blue) = 240+135+102=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F08766 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08766 is #0F7899. Grayscale: #A2A2A2. Windows color (decimal): -1013914 or 6719472. OLE color: 6719472.
HSL color Cylindrical-coordinate representation of color #F08766: hue angle of 14.35º 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 #F08766 is Cyan = 0, Magento = 0.44, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 102 | - |
| CMYK | 0 | 0.44 | 0.58 | 0.06 |
| HSL | 14.35º | 0.82% | 0.67% | - |
| HSV(B) | 14.35º | 0.58% | 0.94% | - |
| XYZ | 47 | 36.81 | 17.2 | - |
| YUV | 162.63 | 93.79 | 183.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 102 | 0 | 0.44 | 0.58 | 0.06 | 14.35 | 0.82 | 0.67 |
| Hex | F0 | 87 | 66 | 0 | 2C | 3A | 6 | E | 52 | 43 |
| Octal | 360 | 207 | 146 | 0 | 54 | 72 | 6 | 16 | 122 | 103 |
| Binary | 11110000 | 10000111 | 1100110 | 0 | 101100 | 111010 | 110 | 1110 | 1010010 | 1000011 |
Color Harmonies of #F08766
Complementary color
Monochromatic Colors of #F08766
Black with #F08766
Text Example
Text Example
White with #F08766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08766; }
p { color: rgb(240,135,102); }
H1.HeaderClassName
{
color: #F08766;
}
.AnyTagClassName
{
color: #F08766;
}
</style>
background-color css
<style>
a { background-color: #F08766; }
a { background-color: rgb(240,135,102); }
div.DivClassName
{
background-color: #F08766;
}
.BgClassName
{
background-color: #F08766;
}
</style>
border-color css
<style>
span { border-color: #F08766; }
span { border-color: rgb(240,135,102); }
td.TdClassName
{
border-color: #F08766;
}
.TagClassName
{
border-color: #F08766;
}
</style>