Shades of Crusta #F0894F
Tints of Crusta #F0894F
RGB
CMYK
RGB Variations
Color information
#F0894F (or 0xF0894F) is known color: Crusta. HEX triplet: F0, 89 and 4F. RGB value is (240,137,79). Sum of RGB (Red+Green+Blue) = 240+137+79=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 79 (31.25% from 255 or 17.32% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F0894F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0894F is #0F76B0. Grayscale: #A1A1A1. Windows color (decimal): -1013425 or 5212656. OLE color: 5212656.
HSL color Cylindrical-coordinate representation of color #F0894F: hue angle of 21.61º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0894F is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 137 | 79 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.06 |
| HSL | 21.61º | 0.84% | 0.63% | - |
| HSV(B) | 21.61º | 0.67% | 0.94% | - |
| XYZ | 46.29 | 36.98 | 12.1 | - |
| YUV | 161.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 137 | 79 | 0 | 0.43 | 0.67 | 0.06 | 21.61 | 0.84 | 0.63 |
| Hex | F0 | 89 | 4F | 0 | 2B | 43 | 6 | 16 | 54 | 3F |
| Octal | 360 | 211 | 117 | 0 | 53 | 103 | 6 | 26 | 124 | 77 |
| Binary | 11110000 | 10001001 | 1001111 | 0 | 101011 | 1000011 | 110 | 10110 | 1010100 | 111111 |
Color Harmonies of #F0894F
Complementary color
Monochromatic Colors of #F0894F
Black with #F0894F
Text Example
Text Example
White with #F0894F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0894F; }
p { color: rgb(240,137,79); }
H1.HeaderClassName
{
color: #F0894F;
}
.AnyTagClassName
{
color: #F0894F;
}
</style>
background-color css
<style>
a { background-color: #F0894F; }
a { background-color: rgb(240,137,79); }
div.DivClassName
{
background-color: #F0894F;
}
.BgClassName
{
background-color: #F0894F;
}
</style>
border-color css
<style>
span { border-color: #F0894F; }
span { border-color: rgb(240,137,79); }
td.TdClassName
{
border-color: #F0894F;
}
.TagClassName
{
border-color: #F0894F;
}
</style>