Shades of Persimmon #F06504
Tints of Persimmon #F06504
RGB
CMYK
RGB Variations
Color information
#F06504 (or 0xF06504) is known color: Persimmon. HEX triplet: F0, 65 and 04. RGB value is (240,101,4). Sum of RGB (Red+Green+Blue) = 240+101+4=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 4 (1.95% from 255 or 1.16% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F06504 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06504 is #0F9AFB. Grayscale: #848484. Windows color (decimal): -1022716 or 288240. OLE color: 288240.
HSL color Cylindrical-coordinate representation of color #F06504: hue angle of 24.66º 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 #F06504 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 101 | 4 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.06 |
| HSL | 24.66º | 0.97% | 0.48% | - |
| HSV(B) | 24.66º | 0.98% | 0.94% | - |
| XYZ | 40.61 | 27.84 | 3.35 | - |
| YUV | 131.5 | 56.05 | 205.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 101 | 4 | 0 | 0.58 | 0.98 | 0.06 | 24.66 | 0.97 | 0.48 |
| Hex | F0 | 65 | 4 | 0 | 3A | 62 | 6 | 19 | 61 | 30 |
| Octal | 360 | 145 | 4 | 0 | 72 | 142 | 6 | 31 | 141 | 60 |
| Binary | 11110000 | 1100101 | 100 | 0 | 111010 | 1100010 | 110 | 11001 | 1100001 | 110000 |
Color Harmonies of #F06504
Complementary color
Monochromatic Colors of #F06504
Black with #F06504
Text Example
Text Example
White with #F06504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06504; }
p { color: rgb(240,101,4); }
H1.HeaderClassName
{
color: #F06504;
}
.AnyTagClassName
{
color: #F06504;
}
</style>
background-color css
<style>
a { background-color: #F06504; }
a { background-color: rgb(240,101,4); }
div.DivClassName
{
background-color: #F06504;
}
.BgClassName
{
background-color: #F06504;
}
</style>
border-color css
<style>
span { border-color: #F06504; }
span { border-color: rgb(240,101,4); }
td.TdClassName
{
border-color: #F06504;
}
.TagClassName
{
border-color: #F06504;
}
</style>