Shades of Crusta #F7894C
Tints of Crusta #F7894C
RGB
CMYK
RGB Variations
Color information
#F7894C (or 0xF7894C) is known color: Crusta. HEX triplet: F7, 89 and 4C. RGB value is (247,137,76). Sum of RGB (Red+Green+Blue) = 247+137+76=460 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.70% from 460); Green value is 137 (53.91% from 255 or 29.78% from 460); Blue value is 76 (30.08% from 255 or 16.52% from 460); Max value from RGB is 247 - color contains mainly: red. Hex color #F7894C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7894C is #0876B3. Grayscale: #A3A3A3. Windows color (decimal): -554676 or 5016055. OLE color: 5016055.
HSL color Cylindrical-coordinate representation of color #F7894C: hue angle of 21.4º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F7894C is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 137 | 76 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.03 |
| HSL | 21.4º | 0.91% | 0.63% | - |
| HSV(B) | 21.4º | 0.69% | 0.97% | - |
| XYZ | 48.61 | 38.19 | 11.65 | - |
| YUV | 162.94 | 78.94 | 187.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 137 | 76 | 0 | 0.45 | 0.69 | 0.03 | 21.4 | 0.91 | 0.63 |
| Hex | F7 | 89 | 4C | 0 | 2D | 45 | 3 | 15 | 5B | 3F |
| Octal | 367 | 211 | 114 | 0 | 55 | 105 | 3 | 25 | 133 | 77 |
| Binary | 11110111 | 10001001 | 1001100 | 0 | 101101 | 1000101 | 11 | 10101 | 1011011 | 111111 |
Color Harmonies of #F7894C
Complementary color
Monochromatic Colors of #F7894C
Black with #F7894C
Text Example
Text Example
White with #F7894C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7894C; }
p { color: rgb(247,137,76); }
H1.HeaderClassName
{
color: #F7894C;
}
.AnyTagClassName
{
color: #F7894C;
}
</style>
background-color css
<style>
a { background-color: #F7894C; }
a { background-color: rgb(247,137,76); }
div.DivClassName
{
background-color: #F7894C;
}
.BgClassName
{
background-color: #F7894C;
}
</style>
border-color css
<style>
span { border-color: #F7894C; }
span { border-color: rgb(247,137,76); }
td.TdClassName
{
border-color: #F7894C;
}
.TagClassName
{
border-color: #F7894C;
}
</style>