Shades of Crusta #F09256
Tints of Crusta #F09256
RGB
CMYK
RGB Variations
Color information
#F09256 (or 0xF09256) is known color: Crusta. HEX triplet: F0, 92 and 56. RGB value is (240,146,86). Sum of RGB (Red+Green+Blue) = 240+146+86=472 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.85% from 472); Green value is 146 (57.42% from 255 or 30.93% from 472); Blue value is 86 (33.98% from 255 or 18.22% from 472); Max value from RGB is 240 - color contains mainly: red. Hex color #F09256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09256 is #0F6DA9. Grayscale: #A7A7A7. Windows color (decimal): -1011114 or 5673712. OLE color: 5673712.
HSL color Cylindrical-coordinate representation of color #F09256: hue angle of 23.38º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F09256 is Cyan = 0, Magento = 0.39, Yellow = 0.64 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 86 | - |
| CMYK | 0 | 0.39 | 0.64 | 0.06 |
| HSL | 23.38º | 0.84% | 0.64% | - |
| HSV(B) | 23.38º | 0.64% | 0.94% | - |
| XYZ | 47.89 | 39.75 | 13.95 | - |
| YUV | 167.27 | 82.14 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 86 | 0 | 0.39 | 0.64 | 0.06 | 23.38 | 0.84 | 0.64 |
| Hex | F0 | 92 | 56 | 0 | 27 | 40 | 6 | 17 | 54 | 40 |
| Octal | 360 | 222 | 126 | 0 | 47 | 100 | 6 | 27 | 124 | 100 |
| Binary | 11110000 | 10010010 | 1010110 | 0 | 100111 | 1000000 | 110 | 10111 | 1010100 | 1000000 |
Color Harmonies of #F09256
Complementary color
Monochromatic Colors of #F09256
Black with #F09256
Text Example
Text Example
White with #F09256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09256; }
p { color: rgb(240,146,86); }
H1.HeaderClassName
{
color: #F09256;
}
.AnyTagClassName
{
color: #F09256;
}
</style>
background-color css
<style>
a { background-color: #F09256; }
a { background-color: rgb(240,146,86); }
div.DivClassName
{
background-color: #F09256;
}
.BgClassName
{
background-color: #F09256;
}
</style>
border-color css
<style>
span { border-color: #F09256; }
span { border-color: rgb(240,146,86); }
td.TdClassName
{
border-color: #F09256;
}
.TagClassName
{
border-color: #F09256;
}
</style>