Shades of Crusta #F08F54
Tints of Crusta #F08F54
RGB
CMYK
RGB Variations
Color information
#F08F54 (or 0xF08F54) is known color: Crusta. HEX triplet: F0, 8F and 54. RGB value is (240,143,84). Sum of RGB (Red+Green+Blue) = 240+143+84=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 143 (56.25% from 255 or 30.62% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F54 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F54 is #0F70AB. Grayscale: #A5A5A5. Windows color (decimal): -1011884 or 5541872. OLE color: 5541872.
HSL color Cylindrical-coordinate representation of color #F08F54: hue angle of 22.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 #F08F54 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 143 | 84 | - |
| CMYK | 0 | 0.40 | 0.65 | 0.06 |
| HSL | 22.69º | 0.84% | 0.64% | - |
| HSV(B) | 22.69º | 0.65% | 0.94% | - |
| XYZ | 47.36 | 38.81 | 13.38 | - |
| YUV | 165.28 | 82.14 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 143 | 84 | 0 | 0.40 | 0.65 | 0.06 | 22.69 | 0.84 | 0.64 |
| Hex | F0 | 8F | 54 | 0 | 28 | 41 | 6 | 17 | 54 | 40 |
| Octal | 360 | 217 | 124 | 0 | 50 | 101 | 6 | 27 | 124 | 100 |
| Binary | 11110000 | 10001111 | 1010100 | 0 | 101000 | 1000001 | 110 | 10111 | 1010100 | 1000000 |
Color Harmonies of #F08F54
Complementary color
Monochromatic Colors of #F08F54
Black with #F08F54
Text Example
Text Example
White with #F08F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08F54; }
p { color: rgb(240,143,84); }
H1.HeaderClassName
{
color: #F08F54;
}
.AnyTagClassName
{
color: #F08F54;
}
</style>
background-color css
<style>
a { background-color: #F08F54; }
a { background-color: rgb(240,143,84); }
div.DivClassName
{
background-color: #F08F54;
}
.BgClassName
{
background-color: #F08F54;
}
</style>
border-color css
<style>
span { border-color: #F08F54; }
span { border-color: rgb(240,143,84); }
td.TdClassName
{
border-color: #F08F54;
}
.TagClassName
{
border-color: #F08F54;
}
</style>