Shades of Crusta #F0804B
Tints of Crusta #F0804B
RGB
CMYK
RGB Variations
Color information
#F0804B (or 0xF0804B) is known color: Crusta. HEX triplet: F0, 80 and 4B. RGB value is (240,128,75). Sum of RGB (Red+Green+Blue) = 240+128+75=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F0804B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0804B is #0F7FB4. Grayscale: #9B9B9B. Windows color (decimal): -1015733 or 4948208. OLE color: 4948208.
HSL color Cylindrical-coordinate representation of color #F0804B: hue angle of 19.27º 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 #F0804B is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 75 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.06 |
| HSL | 19.27º | 0.85% | 0.62% | - |
| HSV(B) | 19.27º | 0.69% | 0.94% | - |
| XYZ | 44.92 | 34.47 | 10.94 | - |
| YUV | 155.45 | 82.61 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 75 | 0 | 0.47 | 0.69 | 0.06 | 19.27 | 0.85 | 0.62 |
| Hex | F0 | 80 | 4B | 0 | 2F | 45 | 6 | 13 | 55 | 3E |
| Octal | 360 | 200 | 113 | 0 | 57 | 105 | 6 | 23 | 125 | 76 |
| Binary | 11110000 | 10000000 | 1001011 | 0 | 101111 | 1000101 | 110 | 10011 | 1010101 | 111110 |
Color Harmonies of #F0804B
Complementary color
Monochromatic Colors of #F0804B
Black with #F0804B
Text Example
Text Example
White with #F0804B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0804B; }
p { color: rgb(240,128,75); }
H1.HeaderClassName
{
color: #F0804B;
}
.AnyTagClassName
{
color: #F0804B;
}
</style>
background-color css
<style>
a { background-color: #F0804B; }
a { background-color: rgb(240,128,75); }
div.DivClassName
{
background-color: #F0804B;
}
.BgClassName
{
background-color: #F0804B;
}
</style>
border-color css
<style>
span { border-color: #F0804B; }
span { border-color: rgb(240,128,75); }
td.TdClassName
{
border-color: #F0804B;
}
.TagClassName
{
border-color: #F0804B;
}
</style>