Shades of Crusta #F0915C
Tints of Crusta #F0915C
RGB
CMYK
RGB Variations
Color information
#F0915C (or 0xF0915C) is known color: Crusta. HEX triplet: F0, 91 and 5C. RGB value is (240,145,92). Sum of RGB (Red+Green+Blue) = 240+145+92=477 (63% of max value = 765). Red value is 240 (94.14% from 255 or 50.31% from 477); Green value is 145 (57.03% from 255 or 30.40% from 477); Blue value is 92 (36.33% from 255 or 19.29% from 477); Max value from RGB is 240 - color contains mainly: red. Hex color #F0915C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0915C is #0F6EA3. Grayscale: #A7A7A7. Windows color (decimal): -1011364 or 6066672. OLE color: 6066672.
HSL color Cylindrical-coordinate representation of color #F0915C: hue angle of 21.49º 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 #F0915C is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 92 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.06 |
| HSL | 21.49º | 0.83% | 0.65% | - |
| HSV(B) | 21.49º | 0.62% | 0.94% | - |
| XYZ | 47.99 | 39.55 | 15.23 | - |
| YUV | 167.36 | 85.47 | 179.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 92 | 0 | 0.40 | 0.62 | 0.06 | 21.49 | 0.83 | 0.65 |
| Hex | F0 | 91 | 5C | 0 | 28 | 3E | 6 | 15 | 53 | 41 |
| Octal | 360 | 221 | 134 | 0 | 50 | 76 | 6 | 25 | 123 | 101 |
| Binary | 11110000 | 10010001 | 1011100 | 0 | 101000 | 111110 | 110 | 10101 | 1010011 | 1000001 |
Color Harmonies of #F0915C
Complementary color
Monochromatic Colors of #F0915C
Black with #F0915C
Text Example
Text Example
White with #F0915C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0915C; }
p { color: rgb(240,145,92); }
H1.HeaderClassName
{
color: #F0915C;
}
.AnyTagClassName
{
color: #F0915C;
}
</style>
background-color css
<style>
a { background-color: #F0915C; }
a { background-color: rgb(240,145,92); }
div.DivClassName
{
background-color: #F0915C;
}
.BgClassName
{
background-color: #F0915C;
}
</style>
border-color css
<style>
span { border-color: #F0915C; }
span { border-color: rgb(240,145,92); }
td.TdClassName
{
border-color: #F0915C;
}
.TagClassName
{
border-color: #F0915C;
}
</style>