Shades of Crusta #F0915A
Tints of Crusta #F0915A
RGB
CMYK
RGB Variations
Color information
#F0915A (or 0xF0915A) is known color: Crusta. HEX triplet: F0, 91 and 5A. RGB value is (240,145,90). Sum of RGB (Red+Green+Blue) = 240+145+90=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 145 (57.03% from 255 or 30.53% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0915A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0915A is #0F6EA5. Grayscale: #A7A7A7. Windows color (decimal): -1011366 or 5935600. OLE color: 5935600.
HSL color Cylindrical-coordinate representation of color #F0915A: hue angle of 22º 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 #F0915A is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 90 | - |
| CMYK | 0 | 0.40 | 0.62 | 0.06 |
| HSL | 22º | 0.83% | 0.65% | - |
| HSV(B) | 22º | 0.63% | 0.94% | - |
| XYZ | 47.91 | 39.51 | 14.77 | - |
| YUV | 167.14 | 84.47 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 90 | 0 | 0.40 | 0.62 | 0.06 | 22 | 0.83 | 0.65 |
| Hex | F0 | 91 | 5A | 0 | 28 | 3E | 6 | 16 | 53 | 41 |
| Octal | 360 | 221 | 132 | 0 | 50 | 76 | 6 | 26 | 123 | 101 |
| Binary | 11110000 | 10010001 | 1011010 | 0 | 101000 | 111110 | 110 | 10110 | 1010011 | 1000001 |
Color Harmonies of #F0915A
Complementary color
Monochromatic Colors of #F0915A
Black with #F0915A
Text Example
Text Example
White with #F0915A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0915A; }
p { color: rgb(240,145,90); }
H1.HeaderClassName
{
color: #F0915A;
}
.AnyTagClassName
{
color: #F0915A;
}
</style>
background-color css
<style>
a { background-color: #F0915A; }
a { background-color: rgb(240,145,90); }
div.DivClassName
{
background-color: #F0915A;
}
.BgClassName
{
background-color: #F0915A;
}
</style>
border-color css
<style>
span { border-color: #F0915A; }
span { border-color: rgb(240,145,90); }
td.TdClassName
{
border-color: #F0915A;
}
.TagClassName
{
border-color: #F0915A;
}
</style>