Shades of Crusta #F0925F
Tints of Crusta #F0925F
RGB
CMYK
RGB Variations
Color information
#F0925F (or 0xF0925F) is known color: Crusta. HEX triplet: F0, 92 and 5F. RGB value is (240,146,95). Sum of RGB (Red+Green+Blue) = 240+146+95=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 95 (37.5% from 255 or 19.75% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F0925F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0925F is #0F6DA0. Grayscale: #A8A8A8. Windows color (decimal): -1011105 or 6263536. OLE color: 6263536.
HSL color Cylindrical-coordinate representation of color #F0925F: hue angle of 21.1º 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 #F0925F is Cyan = 0, Magento = 0.39, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 95 | - |
| CMYK | 0 | 0.39 | 0.60 | 0.06 |
| HSL | 21.1º | 0.83% | 0.66% | - |
| HSV(B) | 21.1º | 0.6% | 0.94% | - |
| XYZ | 48.28 | 39.91 | 15.99 | - |
| YUV | 168.29 | 86.64 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 95 | 0 | 0.39 | 0.60 | 0.06 | 21.1 | 0.83 | 0.66 |
| Hex | F0 | 92 | 5F | 0 | 27 | 3C | 6 | 15 | 53 | 42 |
| Octal | 360 | 222 | 137 | 0 | 47 | 74 | 6 | 25 | 123 | 102 |
| Binary | 11110000 | 10010010 | 1011111 | 0 | 100111 | 111100 | 110 | 10101 | 1010011 | 1000010 |
Color Harmonies of #F0925F
Complementary color
Monochromatic Colors of #F0925F
Black with #F0925F
Text Example
Text Example
White with #F0925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0925F; }
p { color: rgb(240,146,95); }
H1.HeaderClassName
{
color: #F0925F;
}
.AnyTagClassName
{
color: #F0925F;
}
</style>
background-color css
<style>
a { background-color: #F0925F; }
a { background-color: rgb(240,146,95); }
div.DivClassName
{
background-color: #F0925F;
}
.BgClassName
{
background-color: #F0925F;
}
</style>
border-color css
<style>
span { border-color: #F0925F; }
span { border-color: rgb(240,146,95); }
td.TdClassName
{
border-color: #F0925F;
}
.TagClassName
{
border-color: #F0925F;
}
</style>