Shades of Crusta #F08254
Tints of Crusta #F08254
RGB
CMYK
RGB Variations
Color information
#F08254 (or 0xF08254) is known color: Crusta. HEX triplet: F0, 82 and 54. RGB value is (240,130,84). Sum of RGB (Red+Green+Blue) = 240+130+84=454 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.86% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 240 - color contains mainly: red. Hex color #F08254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08254 is #0F7DAB. Grayscale: #9D9D9D. Windows color (decimal): -1015212 or 5538544. OLE color: 5538544.
HSL color Cylindrical-coordinate representation of color #F08254: hue angle of 17.69º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F08254 is Cyan = 0, Magento = 0.46, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 84 | - |
| CMYK | 0 | 0.46 | 0.65 | 0.06 |
| HSL | 17.69º | 0.84% | 0.64% | - |
| HSV(B) | 17.69º | 0.65% | 0.94% | - |
| XYZ | 45.52 | 35.13 | 12.77 | - |
| YUV | 157.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 84 | 0 | 0.46 | 0.65 | 0.06 | 17.69 | 0.84 | 0.64 |
| Hex | F0 | 82 | 54 | 0 | 2E | 41 | 6 | 12 | 54 | 40 |
| Octal | 360 | 202 | 124 | 0 | 56 | 101 | 6 | 22 | 124 | 100 |
| Binary | 11110000 | 10000010 | 1010100 | 0 | 101110 | 1000001 | 110 | 10010 | 1010100 | 1000000 |
Color Harmonies of #F08254
Complementary color
Monochromatic Colors of #F08254
Black with #F08254
Text Example
Text Example
White with #F08254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08254; }
p { color: rgb(240,130,84); }
H1.HeaderClassName
{
color: #F08254;
}
.AnyTagClassName
{
color: #F08254;
}
</style>
background-color css
<style>
a { background-color: #F08254; }
a { background-color: rgb(240,130,84); }
div.DivClassName
{
background-color: #F08254;
}
.BgClassName
{
background-color: #F08254;
}
</style>
border-color css
<style>
span { border-color: #F08254; }
span { border-color: rgb(240,130,84); }
td.TdClassName
{
border-color: #F08254;
}
.TagClassName
{
border-color: #F08254;
}
</style>