Shades of Crusta #F0824B
Tints of Crusta #F0824B
RGB
CMYK
RGB Variations
Color information
#F0824B (or 0xF0824B) is known color: Crusta. HEX triplet: F0, 82 and 4B. RGB value is (240,130,75). Sum of RGB (Red+Green+Blue) = 240+130+75=445 (58% of max value = 765). Red value is 240 (94.14% from 255 or 53.93% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 75 (29.69% from 255 or 16.85% from 445); Max value from RGB is 240 - color contains mainly: red. Hex color #F0824B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0824B is #0F7DB4. Grayscale: #9C9C9C. Windows color (decimal): -1015221 or 4948720. OLE color: 4948720.
HSL color Cylindrical-coordinate representation of color #F0824B: hue angle of 20º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #F0824B is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 75 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.06 |
| HSL | 20º | 0.85% | 0.62% | - |
| HSV(B) | 20º | 0.69% | 0.94% | - |
| XYZ | 45.19 | 35 | 11.03 | - |
| YUV | 156.62 | 81.94 | 187.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 75 | 0 | 0.46 | 0.69 | 0.06 | 20 | 0.85 | 0.62 |
| Hex | F0 | 82 | 4B | 0 | 2E | 45 | 6 | 14 | 55 | 3E |
| Octal | 360 | 202 | 113 | 0 | 56 | 105 | 6 | 24 | 125 | 76 |
| Binary | 11110000 | 10000010 | 1001011 | 0 | 101110 | 1000101 | 110 | 10100 | 1010101 | 111110 |
Color Harmonies of #F0824B
Complementary color
Monochromatic Colors of #F0824B
Black with #F0824B
Text Example
Text Example
White with #F0824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0824B; }
p { color: rgb(240,130,75); }
H1.HeaderClassName
{
color: #F0824B;
}
.AnyTagClassName
{
color: #F0824B;
}
</style>
background-color css
<style>
a { background-color: #F0824B; }
a { background-color: rgb(240,130,75); }
div.DivClassName
{
background-color: #F0824B;
}
.BgClassName
{
background-color: #F0824B;
}
</style>
border-color css
<style>
span { border-color: #F0824B; }
span { border-color: rgb(240,130,75); }
td.TdClassName
{
border-color: #F0824B;
}
.TagClassName
{
border-color: #F0824B;
}
</style>