Shades of Persimmon #F05A10
Tints of Persimmon #F05A10
RGB
CMYK
RGB Variations
Color information
#F05A10 (or 0xF05A10) is known color: Persimmon. HEX triplet: F0, 5A and 10. RGB value is (240,90,16). Sum of RGB (Red+Green+Blue) = 240+90+16=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 16 (6.64% from 255 or 4.62% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A10 is #0FA5EF. Grayscale: #7E7E7E. Windows color (decimal): -1025520 or 1071856. OLE color: 1071856.
HSL color Cylindrical-coordinate representation of color #F05A10: hue angle of 19.82º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F05A10 is Cyan = 0, Magento = 0.62, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 16 | - |
| CMYK | 0 | 0.62 | 0.93 | 0.06 |
| HSL | 19.82º | 0.88% | 0.5% | - |
| HSV(B) | 19.82º | 0.93% | 0.94% | - |
| XYZ | 39.68 | 25.88 | 3.39 | - |
| YUV | 126.41 | 65.7 | 209.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 16 | 0 | 0.62 | 0.93 | 0.06 | 19.82 | 0.88 | 0.5 |
| Hex | F0 | 5A | 10 | 0 | 3E | 5D | 6 | 14 | 58 | 32 |
| Octal | 360 | 132 | 20 | 0 | 76 | 135 | 6 | 24 | 130 | 62 |
| Binary | 11110000 | 1011010 | 10000 | 0 | 111110 | 1011101 | 110 | 10100 | 1011000 | 110010 |
Color Harmonies of #F05A10
Complementary color
Monochromatic Colors of #F05A10
Black with #F05A10
Text Example
Text Example
White with #F05A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A10; }
p { color: rgb(240,90,16); }
H1.HeaderClassName
{
color: #F05A10;
}
.AnyTagClassName
{
color: #F05A10;
}
</style>
background-color css
<style>
a { background-color: #F05A10; }
a { background-color: rgb(240,90,16); }
div.DivClassName
{
background-color: #F05A10;
}
.BgClassName
{
background-color: #F05A10;
}
</style>
border-color css
<style>
span { border-color: #F05A10; }
span { border-color: rgb(240,90,16); }
td.TdClassName
{
border-color: #F05A10;
}
.TagClassName
{
border-color: #F05A10;
}
</style>