Shades of Persimmon #F05A04
Tints of Persimmon #F05A04
RGB
CMYK
RGB Variations
Color information
#F05A04 (or 0xF05A04) is known color: Persimmon. HEX triplet: F0, 5A and 04. RGB value is (240,90,4). Sum of RGB (Red+Green+Blue) = 240+90+4=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 90 (35.55% from 255 or 26.95% from 334); Blue value is 4 (1.95% from 255 or 1.20% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A04 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A04 is #0FA5FB. Grayscale: #7D7D7D. Windows color (decimal): -1025532 or 285424. OLE color: 285424.
HSL color Cylindrical-coordinate representation of color #F05A04: hue angle of 21.86º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F05A04 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 4 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.06 |
| HSL | 21.86º | 0.97% | 0.48% | - |
| HSV(B) | 21.86º | 0.98% | 0.94% | - |
| XYZ | 39.61 | 25.85 | 3.02 | - |
| YUV | 125.05 | 59.7 | 209.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 4 | 0 | 0.62 | 0.98 | 0.06 | 21.86 | 0.97 | 0.48 |
| Hex | F0 | 5A | 4 | 0 | 3E | 62 | 6 | 16 | 61 | 30 |
| Octal | 360 | 132 | 4 | 0 | 76 | 142 | 6 | 26 | 141 | 60 |
| Binary | 11110000 | 1011010 | 100 | 0 | 111110 | 1100010 | 110 | 10110 | 1100001 | 110000 |
Color Harmonies of #F05A04
Complementary color
Monochromatic Colors of #F05A04
Black with #F05A04
Text Example
Text Example
White with #F05A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A04; }
p { color: rgb(240,90,4); }
H1.HeaderClassName
{
color: #F05A04;
}
.AnyTagClassName
{
color: #F05A04;
}
</style>
background-color css
<style>
a { background-color: #F05A04; }
a { background-color: rgb(240,90,4); }
div.DivClassName
{
background-color: #F05A04;
}
.BgClassName
{
background-color: #F05A04;
}
</style>
border-color css
<style>
span { border-color: #F05A04; }
span { border-color: rgb(240,90,4); }
td.TdClassName
{
border-color: #F05A04;
}
.TagClassName
{
border-color: #F05A04;
}
</style>