Shades of Crusta #F07E5A
Tints of Crusta #F07E5A
RGB
CMYK
RGB Variations
Color information
#F07E5A (or 0xF07E5A) is known color: Crusta. HEX triplet: F0, 7E and 5A. RGB value is (240,126,90). Sum of RGB (Red+Green+Blue) = 240+126+90=456 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.63% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 90 (35.55% from 255 or 19.74% from 456); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E5A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E5A is #0F81A5. Grayscale: #9C9C9C. Windows color (decimal): -1016230 or 5930736. OLE color: 5930736.
HSL color Cylindrical-coordinate representation of color #F07E5A: hue angle of 14.4º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #F07E5A is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 90 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.06 |
| HSL | 14.4º | 0.83% | 0.65% | - |
| HSV(B) | 14.4º | 0.63% | 0.94% | - |
| XYZ | 45.24 | 34.19 | 13.89 | - |
| YUV | 155.98 | 90.77 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 90 | 0 | 0.48 | 0.62 | 0.06 | 14.4 | 0.83 | 0.65 |
| Hex | F0 | 7E | 5A | 0 | 30 | 3E | 6 | E | 53 | 41 |
| Octal | 360 | 176 | 132 | 0 | 60 | 76 | 6 | 16 | 123 | 101 |
| Binary | 11110000 | 1111110 | 1011010 | 0 | 110000 | 111110 | 110 | 1110 | 1010011 | 1000001 |
Color Harmonies of #F07E5A
Complementary color
Monochromatic Colors of #F07E5A
Black with #F07E5A
Text Example
Text Example
White with #F07E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E5A; }
p { color: rgb(240,126,90); }
H1.HeaderClassName
{
color: #F07E5A;
}
.AnyTagClassName
{
color: #F07E5A;
}
</style>
background-color css
<style>
a { background-color: #F07E5A; }
a { background-color: rgb(240,126,90); }
div.DivClassName
{
background-color: #F07E5A;
}
.BgClassName
{
background-color: #F07E5A;
}
</style>
border-color css
<style>
span { border-color: #F07E5A; }
span { border-color: rgb(240,126,90); }
td.TdClassName
{
border-color: #F07E5A;
}
.TagClassName
{
border-color: #F07E5A;
}
</style>