Shades of Crusta #F0804A
Tints of Crusta #F0804A
RGB
CMYK
RGB Variations
Color information
#F0804A (or 0xF0804A) is known color: Crusta. HEX triplet: F0, 80 and 4A. RGB value is (240,128,74). Sum of RGB (Red+Green+Blue) = 240+128+74=442 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.30% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 74 (29.30% from 255 or 16.74% from 442); Max value from RGB is 240 - color contains mainly: red. Hex color #F0804A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0804A is #0F7FB5. Grayscale: #9B9B9B. Windows color (decimal): -1015734 or 4882672. OLE color: 4882672.
HSL color Cylindrical-coordinate representation of color #F0804A: hue angle of 19.52º 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 #F0804A is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 128 | 74 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.06 |
| HSL | 19.52º | 0.85% | 0.62% | - |
| HSV(B) | 19.52º | 0.69% | 0.94% | - |
| XYZ | 44.89 | 34.46 | 10.76 | - |
| YUV | 155.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 128 | 74 | 0 | 0.47 | 0.69 | 0.06 | 19.52 | 0.85 | 0.62 |
| Hex | F0 | 80 | 4A | 0 | 2F | 45 | 6 | 14 | 55 | 3E |
| Octal | 360 | 200 | 112 | 0 | 57 | 105 | 6 | 24 | 125 | 76 |
| Binary | 11110000 | 10000000 | 1001010 | 0 | 101111 | 1000101 | 110 | 10100 | 1010101 | 111110 |
Color Harmonies of #F0804A
Complementary color
Monochromatic Colors of #F0804A
Black with #F0804A
Text Example
Text Example
White with #F0804A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0804A; }
p { color: rgb(240,128,74); }
H1.HeaderClassName
{
color: #F0804A;
}
.AnyTagClassName
{
color: #F0804A;
}
</style>
background-color css
<style>
a { background-color: #F0804A; }
a { background-color: rgb(240,128,74); }
div.DivClassName
{
background-color: #F0804A;
}
.BgClassName
{
background-color: #F0804A;
}
</style>
border-color css
<style>
span { border-color: #F0804A; }
span { border-color: rgb(240,128,74); }
td.TdClassName
{
border-color: #F0804A;
}
.TagClassName
{
border-color: #F0804A;
}
</style>