Shades of Crusta #F07E5C
Tints of Crusta #F07E5C
RGB
CMYK
RGB Variations
Color information
#F07E5C (or 0xF07E5C) is known color: Crusta. HEX triplet: F0, 7E and 5C. RGB value is (240,126,92). Sum of RGB (Red+Green+Blue) = 240+126+92=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 126 (49.61% from 255 or 27.51% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F07E5C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07E5C is #0F81A3. Grayscale: #9C9C9C. Windows color (decimal): -1016228 or 6061808. OLE color: 6061808.
HSL color Cylindrical-coordinate representation of color #F07E5C: hue angle of 13.78º 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 #F07E5C is Cyan = 0, Magento = 0.48, Yellow = 0.62 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 126 | 92 | - |
| CMYK | 0 | 0.48 | 0.62 | 0.06 |
| HSL | 13.78º | 0.83% | 0.65% | - |
| HSV(B) | 13.78º | 0.62% | 0.94% | - |
| XYZ | 45.33 | 34.22 | 14.34 | - |
| YUV | 156.21 | 91.77 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 126 | 92 | 0 | 0.48 | 0.62 | 0.06 | 13.78 | 0.83 | 0.65 |
| Hex | F0 | 7E | 5C | 0 | 30 | 3E | 6 | E | 53 | 41 |
| Octal | 360 | 176 | 134 | 0 | 60 | 76 | 6 | 16 | 123 | 101 |
| Binary | 11110000 | 1111110 | 1011100 | 0 | 110000 | 111110 | 110 | 1110 | 1010011 | 1000001 |
Color Harmonies of #F07E5C
Complementary color
Monochromatic Colors of #F07E5C
Black with #F07E5C
Text Example
Text Example
White with #F07E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07E5C; }
p { color: rgb(240,126,92); }
H1.HeaderClassName
{
color: #F07E5C;
}
.AnyTagClassName
{
color: #F07E5C;
}
</style>
background-color css
<style>
a { background-color: #F07E5C; }
a { background-color: rgb(240,126,92); }
div.DivClassName
{
background-color: #F07E5C;
}
.BgClassName
{
background-color: #F07E5C;
}
</style>
border-color css
<style>
span { border-color: #F07E5C; }
span { border-color: rgb(240,126,92); }
td.TdClassName
{
border-color: #F07E5C;
}
.TagClassName
{
border-color: #F07E5C;
}
</style>