Shades of Crusta #F07E4A
Tints of Crusta #F07E4A
RGB
CMYK
RGB Variations
Color information
#F07E4A (or 0xF07E4A) is known color: Crusta. HEX triplet: F0, 7E and 4A. RGB value is (240,126,74). Sum of RGB (Red+Green+Blue) = 240+126+74=440 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.55% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E4A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07E4A is #0F81B5. Grayscale: #9A9A9A. Windows color (decimal): -1016246 or 4882160. OLE color: 4882160.
HSL color Cylindrical-coordinate representation of color #F07E4A: hue angle of 18.8º 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 #F07E4A is Cyan = 0, Magento = 0.48, Yellow = 0.69 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 74 | - |
| CMYK | 0 | 0.48 | 0.69 | 0.06 |
| HSL | 18.8º | 0.85% | 0.62% | - |
| HSV(B) | 18.8º | 0.69% | 0.94% | - |
| XYZ | 44.63 | 33.94 | 10.68 | - |
| YUV | 154.16 | 82.77 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 74 | 0 | 0.48 | 0.69 | 0.06 | 18.8 | 0.85 | 0.62 |
| Hex | F0 | 7E | 4A | 0 | 30 | 45 | 6 | 13 | 55 | 3E |
| Octal | 360 | 176 | 112 | 0 | 60 | 105 | 6 | 23 | 125 | 76 |
| Binary | 11110000 | 1111110 | 1001010 | 0 | 110000 | 1000101 | 110 | 10011 | 1010101 | 111110 |
Color Harmonies of #F07E4A
Complementary color
Monochromatic Colors of #F07E4A
Black with #F07E4A
Text Example
Text Example
White with #F07E4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E4A; }
p { color: rgb(240,126,74); }
H1.HeaderClassName
{
color: #F07E4A;
}
.AnyTagClassName
{
color: #F07E4A;
}
</style>
background-color css
<style>
a { background-color: #F07E4A; }
a { background-color: rgb(240,126,74); }
div.DivClassName
{
background-color: #F07E4A;
}
.BgClassName
{
background-color: #F07E4A;
}
</style>
border-color css
<style>
span { border-color: #F07E4A; }
span { border-color: rgb(240,126,74); }
td.TdClassName
{
border-color: #F07E4A;
}
.TagClassName
{
border-color: #F07E4A;
}
</style>