Shades of Crusta #F07E5B
Tints of Crusta #F07E5B
RGB
CMYK
RGB Variations
Color information
#F07E5B (or 0xF07E5B) is known color: Crusta. HEX triplet: F0, 7E and 5B. RGB value is (240,126,91). Sum of RGB (Red+Green+Blue) = 240+126+91=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 91 (35.94% from 255 or 19.91% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E5B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E5B is #0F81A4. Grayscale: #9C9C9C. Windows color (decimal): -1016229 or 5996272. OLE color: 5996272.
HSL color Cylindrical-coordinate representation of color #F07E5B: hue angle of 14.09º 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 #F07E5B is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 91 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.06 |
| HSL | 14.09º | 0.83% | 0.65% | - |
| HSV(B) | 14.09º | 0.62% | 0.94% | - |
| XYZ | 45.28 | 34.2 | 14.11 | - |
| YUV | 156.1 | 91.27 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 91 | 0 | 0.48 | 0.62 | 0.06 | 14.09 | 0.83 | 0.65 |
| Hex | F0 | 7E | 5B | 0 | 30 | 3E | 6 | E | 53 | 41 |
| Octal | 360 | 176 | 133 | 0 | 60 | 76 | 6 | 16 | 123 | 101 |
| Binary | 11110000 | 1111110 | 1011011 | 0 | 110000 | 111110 | 110 | 1110 | 1010011 | 1000001 |
Color Harmonies of #F07E5B
Complementary color
Monochromatic Colors of #F07E5B
Black with #F07E5B
Text Example
Text Example
White with #F07E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E5B; }
p { color: rgb(240,126,91); }
H1.HeaderClassName
{
color: #F07E5B;
}
.AnyTagClassName
{
color: #F07E5B;
}
</style>
background-color css
<style>
a { background-color: #F07E5B; }
a { background-color: rgb(240,126,91); }
div.DivClassName
{
background-color: #F07E5B;
}
.BgClassName
{
background-color: #F07E5B;
}
</style>
border-color css
<style>
span { border-color: #F07E5B; }
span { border-color: rgb(240,126,91); }
td.TdClassName
{
border-color: #F07E5B;
}
.TagClassName
{
border-color: #F07E5B;
}
</style>