Shades of Crusta #F07D54
Tints of Crusta #F07D54
RGB
CMYK
RGB Variations
Color information
#F07D54 (or 0xF07D54) is known color: Crusta. HEX triplet: F0, 7D and 54. RGB value is (240,125,84). Sum of RGB (Red+Green+Blue) = 240+125+84=449 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.45% from 449); Green value is 125 (49.22% from 255 or 27.84% from 449); Blue value is 84 (33.20% from 255 or 18.71% from 449); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F07D54 is #0F82AB. Grayscale: #9A9A9A. Windows color (decimal): -1016492 or 5537264. OLE color: 5537264.
HSL color Cylindrical-coordinate representation of color #F07D54: hue angle of 15.77º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F07D54 is Cyan = 0, Magento = 0.48, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 84 | - |
| CMYK | 0 | 0.48 | 0.65 | 0.06 |
| HSL | 15.77º | 0.84% | 0.64% | - |
| HSV(B) | 15.77º | 0.65% | 0.94% | - |
| XYZ | 44.87 | 33.83 | 12.55 | - |
| YUV | 154.71 | 88.1 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 84 | 0 | 0.48 | 0.65 | 0.06 | 15.77 | 0.84 | 0.64 |
| Hex | F0 | 7D | 54 | 0 | 30 | 41 | 6 | 10 | 54 | 40 |
| Octal | 360 | 175 | 124 | 0 | 60 | 101 | 6 | 20 | 124 | 100 |
| Binary | 11110000 | 1111101 | 1010100 | 0 | 110000 | 1000001 | 110 | 10000 | 1010100 | 1000000 |
Color Harmonies of #F07D54
Complementary color
Monochromatic Colors of #F07D54
Black with #F07D54
Text Example
Text Example
White with #F07D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D54; }
p { color: rgb(240,125,84); }
H1.HeaderClassName
{
color: #F07D54;
}
.AnyTagClassName
{
color: #F07D54;
}
</style>
background-color css
<style>
a { background-color: #F07D54; }
a { background-color: rgb(240,125,84); }
div.DivClassName
{
background-color: #F07D54;
}
.BgClassName
{
background-color: #F07D54;
}
</style>
border-color css
<style>
span { border-color: #F07D54; }
span { border-color: rgb(240,125,84); }
td.TdClassName
{
border-color: #F07D54;
}
.TagClassName
{
border-color: #F07D54;
}
</style>