Shades of Crusta #F0874D
Tints of Crusta #F0874D
RGB
CMYK
RGB Variations
Color information
#F0874D (or 0xF0874D) is known color: Crusta. HEX triplet: F0, 87 and 4D. RGB value is (240,135,77). Sum of RGB (Red+Green+Blue) = 240+135+77=452 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.10% from 452); Green value is 135 (53.12% from 255 or 29.87% from 452); Blue value is 77 (30.47% from 255 or 17.04% from 452); Max value from RGB is 240 - color contains mainly: red. Hex color #F0874D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0874D is #0F78B2. Grayscale: #A0A0A0. Windows color (decimal): -1013939 or 5081072. OLE color: 5081072.
HSL color Cylindrical-coordinate representation of color #F0874D: hue angle of 21.35º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0874D is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 77 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.06 |
| HSL | 21.35º | 0.84% | 0.62% | - |
| HSV(B) | 21.35º | 0.68% | 0.94% | - |
| XYZ | 45.94 | 36.39 | 11.62 | - |
| YUV | 159.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 77 | 0 | 0.44 | 0.68 | 0.06 | 21.35 | 0.84 | 0.62 |
| Hex | F0 | 87 | 4D | 0 | 2C | 44 | 6 | 15 | 54 | 3E |
| Octal | 360 | 207 | 115 | 0 | 54 | 104 | 6 | 25 | 124 | 76 |
| Binary | 11110000 | 10000111 | 1001101 | 0 | 101100 | 1000100 | 110 | 10101 | 1010100 | 111110 |
Color Harmonies of #F0874D
Complementary color
Monochromatic Colors of #F0874D
Black with #F0874D
Text Example
Text Example
White with #F0874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0874D; }
p { color: rgb(240,135,77); }
H1.HeaderClassName
{
color: #F0874D;
}
.AnyTagClassName
{
color: #F0874D;
}
</style>
background-color css
<style>
a { background-color: #F0874D; }
a { background-color: rgb(240,135,77); }
div.DivClassName
{
background-color: #F0874D;
}
.BgClassName
{
background-color: #F0874D;
}
</style>
border-color css
<style>
span { border-color: #F0874D; }
span { border-color: rgb(240,135,77); }
td.TdClassName
{
border-color: #F0874D;
}
.TagClassName
{
border-color: #F0874D;
}
</style>