Shades of Crusta #F07E4E
Tints of Crusta #F07E4E
RGB
CMYK
RGB Variations
Color information
#F07E4E (or 0xF07E4E) is known color: Crusta. HEX triplet: F0, 7E and 4E. RGB value is (240,126,78). Sum of RGB (Red+Green+Blue) = 240+126+78=444 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.05% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 78 (30.86% from 255 or 17.57% from 444); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E4E is #0F81B1. Grayscale: #9A9A9A. Windows color (decimal): -1016242 or 5144304. OLE color: 5144304.
HSL color Cylindrical-coordinate representation of color #F07E4E: hue angle of 17.78º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F07E4E is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 78 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.06 |
| HSL | 17.78º | 0.84% | 0.62% | - |
| HSV(B) | 17.78º | 0.68% | 0.94% | - |
| XYZ | 44.77 | 34 | 11.41 | - |
| YUV | 154.61 | 84.77 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 78 | 0 | 0.48 | 0.68 | 0.06 | 17.78 | 0.84 | 0.62 |
| Hex | F0 | 7E | 4E | 0 | 30 | 44 | 6 | 12 | 54 | 3E |
| Octal | 360 | 176 | 116 | 0 | 60 | 104 | 6 | 22 | 124 | 76 |
| Binary | 11110000 | 1111110 | 1001110 | 0 | 110000 | 1000100 | 110 | 10010 | 1010100 | 111110 |
Color Harmonies of #F07E4E
Complementary color
Monochromatic Colors of #F07E4E
Black with #F07E4E
Text Example
Text Example
White with #F07E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E4E; }
p { color: rgb(240,126,78); }
H1.HeaderClassName
{
color: #F07E4E;
}
.AnyTagClassName
{
color: #F07E4E;
}
</style>
background-color css
<style>
a { background-color: #F07E4E; }
a { background-color: rgb(240,126,78); }
div.DivClassName
{
background-color: #F07E4E;
}
.BgClassName
{
background-color: #F07E4E;
}
</style>
border-color css
<style>
span { border-color: #F07E4E; }
span { border-color: rgb(240,126,78); }
td.TdClassName
{
border-color: #F07E4E;
}
.TagClassName
{
border-color: #F07E4E;
}
</style>