Shades of Crusta #F0825B
Tints of Crusta #F0825B
RGB
CMYK
RGB Variations
Color information
#F0825B (or 0xF0825B) is known color: Crusta. HEX triplet: F0, 82 and 5B. RGB value is (240,130,91). Sum of RGB (Red+Green+Blue) = 240+130+91=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F0825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0825B is #0F7DA4. Grayscale: #9E9E9E. Windows color (decimal): -1015205 or 5997296. OLE color: 5997296.
HSL color Cylindrical-coordinate representation of color #F0825B: hue angle of 15.7º 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 #F0825B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 91 | - |
| CMYK | 0 | 0.46 | 0.62 | 0.06 |
| HSL | 15.7º | 0.83% | 0.65% | - |
| HSV(B) | 15.7º | 0.62% | 0.94% | - |
| XYZ | 45.81 | 35.25 | 14.29 | - |
| YUV | 158.44 | 89.94 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 91 | 0 | 0.46 | 0.62 | 0.06 | 15.7 | 0.83 | 0.65 |
| Hex | F0 | 82 | 5B | 0 | 2E | 3E | 6 | 10 | 53 | 41 |
| Octal | 360 | 202 | 133 | 0 | 56 | 76 | 6 | 20 | 123 | 101 |
| Binary | 11110000 | 10000010 | 1011011 | 0 | 101110 | 111110 | 110 | 10000 | 1010011 | 1000001 |
Color Harmonies of #F0825B
Complementary color
Monochromatic Colors of #F0825B
Black with #F0825B
Text Example
Text Example
White with #F0825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0825B; }
p { color: rgb(240,130,91); }
H1.HeaderClassName
{
color: #F0825B;
}
.AnyTagClassName
{
color: #F0825B;
}
</style>
background-color css
<style>
a { background-color: #F0825B; }
a { background-color: rgb(240,130,91); }
div.DivClassName
{
background-color: #F0825B;
}
.BgClassName
{
background-color: #F0825B;
}
</style>
border-color css
<style>
span { border-color: #F0825B; }
span { border-color: rgb(240,130,91); }
td.TdClassName
{
border-color: #F0825B;
}
.TagClassName
{
border-color: #F0825B;
}
</style>