Shades of Persimmon #F05D0A
Tints of Persimmon #F05D0A
RGB
CMYK
RGB Variations
Color information
#F05D0A (or 0xF05D0A) is known color: Persimmon. HEX triplet: F0, 5D and 0A. RGB value is (240,93,10). Sum of RGB (Red+Green+Blue) = 240+93+10=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 10 (4.30% from 255 or 2.92% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D0A is #0FA2F5. Grayscale: #7F7F7F. Windows color (decimal): -1024758 or 679408. OLE color: 679408.
HSL color Cylindrical-coordinate representation of color #F05D0A: hue angle of 21.65º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F05D0A is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 10 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.06 |
| HSL | 21.65º | 0.92% | 0.49% | - |
| HSV(B) | 21.65º | 0.96% | 0.94% | - |
| XYZ | 39.9 | 26.38 | 3.28 | - |
| YUV | 127.49 | 61.7 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 10 | 0 | 0.61 | 0.96 | 0.06 | 21.65 | 0.92 | 0.49 |
| Hex | F0 | 5D | A | 0 | 3D | 60 | 6 | 16 | 5C | 31 |
| Octal | 360 | 135 | 12 | 0 | 75 | 140 | 6 | 26 | 134 | 61 |
| Binary | 11110000 | 1011101 | 1010 | 0 | 111101 | 1100000 | 110 | 10110 | 1011100 | 110001 |
Color Harmonies of #F05D0A
Complementary color
Monochromatic Colors of #F05D0A
Black with #F05D0A
Text Example
Text Example
White with #F05D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D0A; }
p { color: rgb(240,93,10); }
H1.HeaderClassName
{
color: #F05D0A;
}
.AnyTagClassName
{
color: #F05D0A;
}
</style>
background-color css
<style>
a { background-color: #F05D0A; }
a { background-color: rgb(240,93,10); }
div.DivClassName
{
background-color: #F05D0A;
}
.BgClassName
{
background-color: #F05D0A;
}
</style>
border-color css
<style>
span { border-color: #F05D0A; }
span { border-color: rgb(240,93,10); }
td.TdClassName
{
border-color: #F05D0A;
}
.TagClassName
{
border-color: #F05D0A;
}
</style>