Shades of Crusta #F0804F
Tints of Crusta #F0804F
RGB
CMYK
RGB Variations
Color information
#F0804F (or 0xF0804F) is known color: Crusta. HEX triplet: F0, 80 and 4F. RGB value is (240,128,79). Sum of RGB (Red+Green+Blue) = 240+128+79=447 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.69% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 79 (31.25% from 255 or 17.67% from 447); Max value from RGB is 240 - color contains mainly: red. Hex color #F0804F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0804F is #0F7FB0. Grayscale: #9C9C9C. Windows color (decimal): -1015729 or 5210352. OLE color: 5210352.
HSL color Cylindrical-coordinate representation of color #F0804F: hue angle of 18.26º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F0804F is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 79 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.06 |
| HSL | 18.26º | 0.84% | 0.63% | - |
| HSV(B) | 18.26º | 0.67% | 0.94% | - |
| XYZ | 45.07 | 34.53 | 11.69 | - |
| YUV | 155.9 | 84.61 | 187.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 79 | 0 | 0.47 | 0.67 | 0.06 | 18.26 | 0.84 | 0.63 |
| Hex | F0 | 80 | 4F | 0 | 2F | 43 | 6 | 12 | 54 | 3F |
| Octal | 360 | 200 | 117 | 0 | 57 | 103 | 6 | 22 | 124 | 77 |
| Binary | 11110000 | 10000000 | 1001111 | 0 | 101111 | 1000011 | 110 | 10010 | 1010100 | 111111 |
Color Harmonies of #F0804F
Complementary color
Monochromatic Colors of #F0804F
Black with #F0804F
Text Example
Text Example
White with #F0804F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0804F; }
p { color: rgb(240,128,79); }
H1.HeaderClassName
{
color: #F0804F;
}
.AnyTagClassName
{
color: #F0804F;
}
</style>
background-color css
<style>
a { background-color: #F0804F; }
a { background-color: rgb(240,128,79); }
div.DivClassName
{
background-color: #F0804F;
}
.BgClassName
{
background-color: #F0804F;
}
</style>
border-color css
<style>
span { border-color: #F0804F; }
span { border-color: rgb(240,128,79); }
td.TdClassName
{
border-color: #F0804F;
}
.TagClassName
{
border-color: #F0804F;
}
</style>