Shades of Crusta #F07D4E
Tints of Crusta #F07D4E
RGB
CMYK
RGB Variations
Color information
#F07D4E (or 0xF07D4E) is known color: Crusta. HEX triplet: F0, 7D and 4E. RGB value is (240,125,78). Sum of RGB (Red+Green+Blue) = 240+125+78=443 (58% of max value = 765). Red value is 240 (94.14% from 255 or 54.18% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 78 (30.86% from 255 or 17.61% from 443); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D4E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D4E is #0F82B1. Grayscale: #9A9A9A. Windows color (decimal): -1016498 or 5144048. OLE color: 5144048.
HSL color Cylindrical-coordinate representation of color #F07D4E: hue angle of 17.41º 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 #F07D4E is Cyan = 0, Magento = 0.48, Yellow = 0.68 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 78 | - |
| CMYK | 0 | 0.48 | 0.68 | 0.06 |
| HSL | 17.41º | 0.84% | 0.62% | - |
| HSV(B) | 17.41º | 0.68% | 0.94% | - |
| XYZ | 44.64 | 33.74 | 11.37 | - |
| YUV | 154.03 | 85.1 | 189.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 78 | 0 | 0.48 | 0.68 | 0.06 | 17.41 | 0.84 | 0.62 |
| Hex | F0 | 7D | 4E | 0 | 30 | 44 | 6 | 11 | 54 | 3E |
| Octal | 360 | 175 | 116 | 0 | 60 | 104 | 6 | 21 | 124 | 76 |
| Binary | 11110000 | 1111101 | 1001110 | 0 | 110000 | 1000100 | 110 | 10001 | 1010100 | 111110 |
Color Harmonies of #F07D4E
Complementary color
Monochromatic Colors of #F07D4E
Black with #F07D4E
Text Example
Text Example
White with #F07D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D4E; }
p { color: rgb(240,125,78); }
H1.HeaderClassName
{
color: #F07D4E;
}
.AnyTagClassName
{
color: #F07D4E;
}
</style>
background-color css
<style>
a { background-color: #F07D4E; }
a { background-color: rgb(240,125,78); }
div.DivClassName
{
background-color: #F07D4E;
}
.BgClassName
{
background-color: #F07D4E;
}
</style>
border-color css
<style>
span { border-color: #F07D4E; }
span { border-color: rgb(240,125,78); }
td.TdClassName
{
border-color: #F07D4E;
}
.TagClassName
{
border-color: #F07D4E;
}
</style>