Shades of Crusta #F0875F
Tints of Crusta #F0875F
RGB
CMYK
RGB Variations
Color information
#F0875F (or 0xF0875F) is known color: Crusta. HEX triplet: F0, 87 and 5F. RGB value is (240,135,95). Sum of RGB (Red+Green+Blue) = 240+135+95=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0875F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0875F is #0F78A0. Grayscale: #A2A2A2. Windows color (decimal): -1013921 or 6260720. OLE color: 6260720.
HSL color Cylindrical-coordinate representation of color #F0875F: hue angle of 16.55º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F0875F is Cyan = 0, Magento = 0.44, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 95 | - |
| CMYK | 0 | 0.44 | 0.60 | 0.06 |
| HSL | 16.55º | 0.83% | 0.66% | - |
| HSV(B) | 16.55º | 0.6% | 0.94% | - |
| XYZ | 46.66 | 36.68 | 15.45 | - |
| YUV | 161.84 | 90.29 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 95 | 0 | 0.44 | 0.60 | 0.06 | 16.55 | 0.83 | 0.66 |
| Hex | F0 | 87 | 5F | 0 | 2C | 3C | 6 | 11 | 53 | 42 |
| Octal | 360 | 207 | 137 | 0 | 54 | 74 | 6 | 21 | 123 | 102 |
| Binary | 11110000 | 10000111 | 1011111 | 0 | 101100 | 111100 | 110 | 10001 | 1010011 | 1000010 |
Color Harmonies of #F0875F
Complementary color
Monochromatic Colors of #F0875F
Black with #F0875F
Text Example
Text Example
White with #F0875F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0875F; }
p { color: rgb(240,135,95); }
H1.HeaderClassName
{
color: #F0875F;
}
.AnyTagClassName
{
color: #F0875F;
}
</style>
background-color css
<style>
a { background-color: #F0875F; }
a { background-color: rgb(240,135,95); }
div.DivClassName
{
background-color: #F0875F;
}
.BgClassName
{
background-color: #F0875F;
}
</style>
border-color css
<style>
span { border-color: #F0875F; }
span { border-color: rgb(240,135,95); }
td.TdClassName
{
border-color: #F0875F;
}
.TagClassName
{
border-color: #F0875F;
}
</style>