Shades of Crusta #F0824D
Tints of Crusta #F0824D
RGB
CMYK
RGB Variations
Color information
#F0824D (or 0xF0824D) is known color: Crusta. HEX triplet: F0, 82 and 4D. RGB value is (240,130,77). Sum of RGB (Red+Green+Blue) = 240+130+77=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 77 (30.47% from 255 or 17.23% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0824D is #0F7DB2. Grayscale: #9D9D9D. Windows color (decimal): -1015219 or 5079792. OLE color: 5079792.
HSL color Cylindrical-coordinate representation of color #F0824D: hue angle of 19.51º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F0824D is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 77 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.06 |
| HSL | 19.51º | 0.84% | 0.62% | - |
| HSV(B) | 19.51º | 0.68% | 0.94% | - |
| XYZ | 45.26 | 35.03 | 11.4 | - |
| YUV | 156.85 | 82.94 | 187.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 77 | 0 | 0.46 | 0.68 | 0.06 | 19.51 | 0.84 | 0.62 |
| Hex | F0 | 82 | 4D | 0 | 2E | 44 | 6 | 14 | 54 | 3E |
| Octal | 360 | 202 | 115 | 0 | 56 | 104 | 6 | 24 | 124 | 76 |
| Binary | 11110000 | 10000010 | 1001101 | 0 | 101110 | 1000100 | 110 | 10100 | 1010100 | 111110 |
Color Harmonies of #F0824D
Complementary color
Monochromatic Colors of #F0824D
Black with #F0824D
Text Example
Text Example
White with #F0824D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0824D; }
p { color: rgb(240,130,77); }
H1.HeaderClassName
{
color: #F0824D;
}
.AnyTagClassName
{
color: #F0824D;
}
</style>
background-color css
<style>
a { background-color: #F0824D; }
a { background-color: rgb(240,130,77); }
div.DivClassName
{
background-color: #F0824D;
}
.BgClassName
{
background-color: #F0824D;
}
</style>
border-color css
<style>
span { border-color: #F0824D; }
span { border-color: rgb(240,130,77); }
td.TdClassName
{
border-color: #F0824D;
}
.TagClassName
{
border-color: #F0824D;
}
</style>