Shades of Crusta #F9875E
Tints of Crusta #F9875E
RGB
CMYK
RGB Variations
Color information
#F9875E (or 0xF9875E) is known color: Crusta. HEX triplet: F9, 87 and 5E. RGB value is (249,135,94). Sum of RGB (Red+Green+Blue) = 249+135+94=478 (63% of max value = 765). Red value is 249 (97.66% from 255 or 52.09% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 94 (37.11% from 255 or 19.67% from 478); Max value from RGB is 249 - color contains mainly: red. Hex color #F9875E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9875E is #0678A1. Grayscale: #A4A4A4. Windows color (decimal): -424098 or 6195193. OLE color: 6195193.
HSL color Cylindrical-coordinate representation of color #F9875E: hue angle of 15.87º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F9875E is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 135 | 94 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.02 |
| HSL | 15.87º | 0.93% | 0.67% | - |
| HSV(B) | 15.87º | 0.62% | 0.98% | - |
| XYZ | 49.75 | 38.28 | 15.36 | - |
| YUV | 164.41 | 88.27 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 135 | 94 | 0 | 0.46 | 0.62 | 0.02 | 15.87 | 0.93 | 0.67 |
| Hex | F9 | 87 | 5E | 0 | 2E | 3E | 2 | 10 | 5D | 43 |
| Octal | 371 | 207 | 136 | 0 | 56 | 76 | 2 | 20 | 135 | 103 |
| Binary | 11111001 | 10000111 | 1011110 | 0 | 101110 | 111110 | 10 | 10000 | 1011101 | 1000011 |
Color Harmonies of #F9875E
Complementary color
Monochromatic Colors of #F9875E
Black with #F9875E
Text Example
Text Example
White with #F9875E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9875E; }
p { color: rgb(249,135,94); }
H1.HeaderClassName
{
color: #F9875E;
}
.AnyTagClassName
{
color: #F9875E;
}
</style>
background-color css
<style>
a { background-color: #F9875E; }
a { background-color: rgb(249,135,94); }
div.DivClassName
{
background-color: #F9875E;
}
.BgClassName
{
background-color: #F9875E;
}
</style>
border-color css
<style>
span { border-color: #F9875E; }
span { border-color: rgb(249,135,94); }
td.TdClassName
{
border-color: #F9875E;
}
.TagClassName
{
border-color: #F9875E;
}
</style>