Shades of Crusta #F0875C
Tints of Crusta #F0875C
RGB
CMYK
RGB Variations
Color information
#F0875C (or 0xF0875C) is known color: Crusta. HEX triplet: F0, 87 and 5C. RGB value is (240,135,92). Sum of RGB (Red+Green+Blue) = 240+135+92=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 92 (36.33% from 255 or 19.70% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0875C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0875C is #0F78A3. Grayscale: #A1A1A1. Windows color (decimal): -1013924 or 6064112. OLE color: 6064112.
HSL color Cylindrical-coordinate representation of color #F0875C: hue angle of 17.43º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F0875C is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 92 | - |
| CMYK | 0 | 0.44 | 0.62 | 0.06 |
| HSL | 17.43º | 0.83% | 0.65% | - |
| HSV(B) | 17.43º | 0.62% | 0.94% | - |
| XYZ | 46.53 | 36.63 | 14.74 | - |
| YUV | 161.49 | 88.79 | 184 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 92 | 0 | 0.44 | 0.62 | 0.06 | 17.43 | 0.83 | 0.65 |
| Hex | F0 | 87 | 5C | 0 | 2C | 3E | 6 | 11 | 53 | 41 |
| Octal | 360 | 207 | 134 | 0 | 54 | 76 | 6 | 21 | 123 | 101 |
| Binary | 11110000 | 10000111 | 1011100 | 0 | 101100 | 111110 | 110 | 10001 | 1010011 | 1000001 |
Color Harmonies of #F0875C
Complementary color
Monochromatic Colors of #F0875C
Black with #F0875C
Text Example
Text Example
White with #F0875C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0875C; }
p { color: rgb(240,135,92); }
H1.HeaderClassName
{
color: #F0875C;
}
.AnyTagClassName
{
color: #F0875C;
}
</style>
background-color css
<style>
a { background-color: #F0875C; }
a { background-color: rgb(240,135,92); }
div.DivClassName
{
background-color: #F0875C;
}
.BgClassName
{
background-color: #F0875C;
}
</style>
border-color css
<style>
span { border-color: #F0875C; }
span { border-color: rgb(240,135,92); }
td.TdClassName
{
border-color: #F0875C;
}
.TagClassName
{
border-color: #F0875C;
}
</style>