Shades of Crusta #F2894D
Tints of Crusta #F2894D
RGB
CMYK
RGB Variations
Color information
#F2894D (or 0xF2894D) is known color: Crusta. HEX triplet: F2, 89 and 4D. RGB value is (242,137,77). Sum of RGB (Red+Green+Blue) = 242+137+77=456 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.07% from 456); Green value is 137 (53.91% from 255 or 30.04% from 456); Blue value is 77 (30.47% from 255 or 16.89% from 456); Max value from RGB is 242 - color contains mainly: red. Hex color #F2894D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2894D is #0D76B2. Grayscale: #A1A1A1. Windows color (decimal): -882355 or 5081586. OLE color: 5081586.
HSL color Cylindrical-coordinate representation of color #F2894D: hue angle of 21.82º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F2894D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 77 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.05 |
| HSL | 21.82º | 0.86% | 0.63% | - |
| HSV(B) | 21.82º | 0.68% | 0.95% | - |
| XYZ | 46.9 | 37.3 | 11.75 | - |
| YUV | 161.56 | 80.29 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 77 | 0 | 0.43 | 0.68 | 0.05 | 21.82 | 0.86 | 0.63 |
| Hex | F2 | 89 | 4D | 0 | 2B | 44 | 5 | 16 | 56 | 3F |
| Octal | 362 | 211 | 115 | 0 | 53 | 104 | 5 | 26 | 126 | 77 |
| Binary | 11110010 | 10001001 | 1001101 | 0 | 101011 | 1000100 | 101 | 10110 | 1010110 | 111111 |
Color Harmonies of #F2894D
Complementary color
Monochromatic Colors of #F2894D
Black with #F2894D
Text Example
Text Example
White with #F2894D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2894D; }
p { color: rgb(242,137,77); }
H1.HeaderClassName
{
color: #F2894D;
}
.AnyTagClassName
{
color: #F2894D;
}
</style>
background-color css
<style>
a { background-color: #F2894D; }
a { background-color: rgb(242,137,77); }
div.DivClassName
{
background-color: #F2894D;
}
.BgClassName
{
background-color: #F2894D;
}
</style>
border-color css
<style>
span { border-color: #F2894D; }
span { border-color: rgb(242,137,77); }
td.TdClassName
{
border-color: #F2894D;
}
.TagClassName
{
border-color: #F2894D;
}
</style>