Shades of Crusta #F08965
Tints of Crusta #F08965
RGB
CMYK
RGB Variations
Color information
#F08965 (or 0xF08965) is known color: Crusta. HEX triplet: F0, 89 and 65. RGB value is (240,137,101). Sum of RGB (Red+Green+Blue) = 240+137+101=478 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.21% from 478); Green value is 137 (53.91% from 255 or 28.66% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 240 - color contains mainly: red. Hex color #F08965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08965 is #0F769A. Grayscale: #A3A3A3. Windows color (decimal): -1013403 or 6654448. OLE color: 6654448.
HSL color Cylindrical-coordinate representation of color #F08965: hue angle of 15.54º 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 #F08965 is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 101 | - |
| CMYK | 0 | 0.43 | 0.58 | 0.06 |
| HSL | 15.54º | 0.82% | 0.67% | - |
| HSV(B) | 15.54º | 0.58% | 0.94% | - |
| XYZ | 47.23 | 37.36 | 17.03 | - |
| YUV | 163.69 | 92.62 | 182.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 101 | 0 | 0.43 | 0.58 | 0.06 | 15.54 | 0.82 | 0.67 |
| Hex | F0 | 89 | 65 | 0 | 2B | 3A | 6 | 10 | 52 | 43 |
| Octal | 360 | 211 | 145 | 0 | 53 | 72 | 6 | 20 | 122 | 103 |
| Binary | 11110000 | 10001001 | 1100101 | 0 | 101011 | 111010 | 110 | 10000 | 1010010 | 1000011 |
Color Harmonies of #F08965
Complementary color
Monochromatic Colors of #F08965
Black with #F08965
Text Example
Text Example
White with #F08965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08965; }
p { color: rgb(240,137,101); }
H1.HeaderClassName
{
color: #F08965;
}
.AnyTagClassName
{
color: #F08965;
}
</style>
background-color css
<style>
a { background-color: #F08965; }
a { background-color: rgb(240,137,101); }
div.DivClassName
{
background-color: #F08965;
}
.BgClassName
{
background-color: #F08965;
}
</style>
border-color css
<style>
span { border-color: #F08965; }
span { border-color: rgb(240,137,101); }
td.TdClassName
{
border-color: #F08965;
}
.TagClassName
{
border-color: #F08965;
}
</style>