Shades of Crusta #F6874D
Tints of Crusta #F6874D
RGB
CMYK
RGB Variations
Color information
#F6874D (or 0xF6874D) is known color: Crusta. HEX triplet: F6, 87 and 4D. RGB value is (246,135,77). Sum of RGB (Red+Green+Blue) = 246+135+77=458 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.71% from 458); Green value is 135 (53.12% from 255 or 29.48% from 458); Blue value is 77 (30.47% from 255 or 16.81% from 458); Max value from RGB is 246 - color contains mainly: red. Hex color #F6874D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6874D is #0978B2. Grayscale: #A1A1A1. Windows color (decimal): -620723 or 5081078. OLE color: 5081078.
HSL color Cylindrical-coordinate representation of color #F6874D: hue angle of 20.59º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F6874D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 77 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.04 |
| HSL | 20.59º | 0.9% | 0.63% | - |
| HSV(B) | 20.59º | 0.69% | 0.96% | - |
| XYZ | 48.01 | 37.46 | 11.72 | - |
| YUV | 161.58 | 80.27 | 188.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 77 | 0 | 0.45 | 0.69 | 0.04 | 20.59 | 0.9 | 0.63 |
| Hex | F6 | 87 | 4D | 0 | 2D | 45 | 4 | 15 | 5A | 3F |
| Octal | 366 | 207 | 115 | 0 | 55 | 105 | 4 | 25 | 132 | 77 |
| Binary | 11110110 | 10000111 | 1001101 | 0 | 101101 | 1000101 | 100 | 10101 | 1011010 | 111111 |
Color Harmonies of #F6874D
Complementary color
Monochromatic Colors of #F6874D
Black with #F6874D
Text Example
Text Example
White with #F6874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6874D; }
p { color: rgb(246,135,77); }
H1.HeaderClassName
{
color: #F6874D;
}
.AnyTagClassName
{
color: #F6874D;
}
</style>
background-color css
<style>
a { background-color: #F6874D; }
a { background-color: rgb(246,135,77); }
div.DivClassName
{
background-color: #F6874D;
}
.BgClassName
{
background-color: #F6874D;
}
</style>
border-color css
<style>
span { border-color: #F6874D; }
span { border-color: rgb(246,135,77); }
td.TdClassName
{
border-color: #F6874D;
}
.TagClassName
{
border-color: #F6874D;
}
</style>