Shades of Crusta #F7864C
Tints of Crusta #F7864C
RGB
CMYK
RGB Variations
Color information
#F7864C (or 0xF7864C) is known color: Crusta. HEX triplet: F7, 86 and 4C. RGB value is (247,134,76). Sum of RGB (Red+Green+Blue) = 247+134+76=457 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.05% from 457); Green value is 134 (52.73% from 255 or 29.32% from 457); Blue value is 76 (30.08% from 255 or 16.63% from 457); Max value from RGB is 247 - color contains mainly: red. Hex color #F7864C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F7864C is #0879B3. Grayscale: #A1A1A1. Windows color (decimal): -555444 or 5015287. OLE color: 5015287.
HSL color Cylindrical-coordinate representation of color #F7864C: hue angle of 20.35º 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 #F7864C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 134 | 76 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.03 |
| HSL | 20.35º | 0.91% | 0.63% | - |
| HSV(B) | 20.35º | 0.69% | 0.97% | - |
| XYZ | 48.19 | 37.35 | 11.51 | - |
| YUV | 161.18 | 79.94 | 189.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 134 | 76 | 0 | 0.46 | 0.69 | 0.03 | 20.35 | 0.91 | 0.63 |
| Hex | F7 | 86 | 4C | 0 | 2E | 45 | 3 | 14 | 5B | 3F |
| Octal | 367 | 206 | 114 | 0 | 56 | 105 | 3 | 24 | 133 | 77 |
| Binary | 11110111 | 10000110 | 1001100 | 0 | 101110 | 1000101 | 11 | 10100 | 1011011 | 111111 |
Color Harmonies of #F7864C
Complementary color
Monochromatic Colors of #F7864C
Black with #F7864C
Text Example
Text Example
White with #F7864C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7864C; }
p { color: rgb(247,134,76); }
H1.HeaderClassName
{
color: #F7864C;
}
.AnyTagClassName
{
color: #F7864C;
}
</style>
background-color css
<style>
a { background-color: #F7864C; }
a { background-color: rgb(247,134,76); }
div.DivClassName
{
background-color: #F7864C;
}
.BgClassName
{
background-color: #F7864C;
}
</style>
border-color css
<style>
span { border-color: #F7864C; }
span { border-color: rgb(247,134,76); }
td.TdClassName
{
border-color: #F7864C;
}
.TagClassName
{
border-color: #F7864C;
}
</style>