Shades of Crusta #F0915F
Tints of Crusta #F0915F
RGB
CMYK
RGB Variations
Color information
#F0915F (or 0xF0915F) is known color: Crusta. HEX triplet: F0, 91 and 5F. RGB value is (240,145,95). Sum of RGB (Red+Green+Blue) = 240+145+95=480 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50% from 480); Green value is 145 (57.03% from 255 or 30.21% from 480); Blue value is 95 (37.5% from 255 or 19.79% from 480); Max value from RGB is 240 - color contains mainly: red. Hex color #F0915F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0915F is #0F6EA0. Grayscale: #A8A8A8. Windows color (decimal): -1011361 or 6263280. OLE color: 6263280.
HSL color Cylindrical-coordinate representation of color #F0915F: hue angle of 20.69º 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 #F0915F is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 95 | - |
| CMYK | 0 | 0.40 | 0.60 | 0.06 |
| HSL | 20.69º | 0.83% | 0.66% | - |
| HSV(B) | 20.69º | 0.6% | 0.94% | - |
| XYZ | 48.13 | 39.6 | 15.93 | - |
| YUV | 167.71 | 86.97 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 95 | 0 | 0.40 | 0.60 | 0.06 | 20.69 | 0.83 | 0.66 |
| Hex | F0 | 91 | 5F | 0 | 28 | 3C | 6 | 15 | 53 | 42 |
| Octal | 360 | 221 | 137 | 0 | 50 | 74 | 6 | 25 | 123 | 102 |
| Binary | 11110000 | 10010001 | 1011111 | 0 | 101000 | 111100 | 110 | 10101 | 1010011 | 1000010 |
Color Harmonies of #F0915F
Complementary color
Monochromatic Colors of #F0915F
Black with #F0915F
Text Example
Text Example
White with #F0915F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0915F; }
p { color: rgb(240,145,95); }
H1.HeaderClassName
{
color: #F0915F;
}
.AnyTagClassName
{
color: #F0915F;
}
</style>
background-color css
<style>
a { background-color: #F0915F; }
a { background-color: rgb(240,145,95); }
div.DivClassName
{
background-color: #F0915F;
}
.BgClassName
{
background-color: #F0915F;
}
</style>
border-color css
<style>
span { border-color: #F0915F; }
span { border-color: rgb(240,145,95); }
td.TdClassName
{
border-color: #F0915F;
}
.TagClassName
{
border-color: #F0915F;
}
</style>