Shades of Persimmon #F05A17
Tints of Persimmon #F05A17
RGB
CMYK
RGB Variations
Color information
#F05A17 (or 0xF05A17) is known color: Persimmon. HEX triplet: F0, 5A and 17. RGB value is (240,90,23). Sum of RGB (Red+Green+Blue) = 240+90+23=353 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.99% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A17 is #0FA5E8. Grayscale: #7F7F7F. Windows color (decimal): -1025513 or 1530608. OLE color: 1530608.
HSL color Cylindrical-coordinate representation of color #F05A17: hue angle of 18.53º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F05A17 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 23 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.06 |
| HSL | 18.53º | 0.88% | 0.52% | - |
| HSV(B) | 18.53º | 0.9% | 0.94% | - |
| XYZ | 39.75 | 25.9 | 3.71 | - |
| YUV | 127.21 | 69.2 | 208.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 23 | 0 | 0.62 | 0.90 | 0.06 | 18.53 | 0.88 | 0.52 |
| Hex | F0 | 5A | 17 | 0 | 3E | 5A | 6 | 13 | 58 | 34 |
| Octal | 360 | 132 | 27 | 0 | 76 | 132 | 6 | 23 | 130 | 64 |
| Binary | 11110000 | 1011010 | 10111 | 0 | 111110 | 1011010 | 110 | 10011 | 1011000 | 110100 |
Color Harmonies of #F05A17
Complementary color
Monochromatic Colors of #F05A17
Black with #F05A17
Text Example
Text Example
White with #F05A17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A17; }
p { color: rgb(240,90,23); }
H1.HeaderClassName
{
color: #F05A17;
}
.AnyTagClassName
{
color: #F05A17;
}
</style>
background-color css
<style>
a { background-color: #F05A17; }
a { background-color: rgb(240,90,23); }
div.DivClassName
{
background-color: #F05A17;
}
.BgClassName
{
background-color: #F05A17;
}
</style>
border-color css
<style>
span { border-color: #F05A17; }
span { border-color: rgb(240,90,23); }
td.TdClassName
{
border-color: #F05A17;
}
.TagClassName
{
border-color: #F05A17;
}
</style>