Shades of Persimmon #F4610D
Tints of Persimmon #F4610D
RGB
CMYK
RGB Variations
Color information
#F4610D (or 0xF4610D) is known color: Persimmon. HEX triplet: F4, 61 and 0D. RGB value is (244,97,13). Sum of RGB (Red+Green+Blue) = 244+97+13=354 (46% of max value = 765). Red value is 244 (95.70% from 255 or 68.93% from 354); Green value is 97 (38.28% from 255 or 27.40% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 244 - color contains mainly: red. Hex color #F4610D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4610D is #0B9EF2. Grayscale: #838383. Windows color (decimal): -761587 or 877044. OLE color: 877044.
HSL color Cylindrical-coordinate representation of color #F4610D: hue angle of 21.82º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4610D is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 97 | 13 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.04 |
| HSL | 21.82º | 0.91% | 0.5% | - |
| HSV(B) | 21.82º | 0.95% | 0.96% | - |
| XYZ | 41.66 | 27.81 | 3.55 | - |
| YUV | 131.38 | 61.2 | 208.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 97 | 13 | 0 | 0.60 | 0.95 | 0.04 | 21.82 | 0.91 | 0.5 |
| Hex | F4 | 61 | D | 0 | 3C | 5F | 4 | 16 | 5B | 32 |
| Octal | 364 | 141 | 15 | 0 | 74 | 137 | 4 | 26 | 133 | 62 |
| Binary | 11110100 | 1100001 | 1101 | 0 | 111100 | 1011111 | 100 | 10110 | 1011011 | 110010 |
Color Harmonies of #F4610D
Complementary color
Monochromatic Colors of #F4610D
Black with #F4610D
Text Example
Text Example
White with #F4610D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4610D; }
p { color: rgb(244,97,13); }
H1.HeaderClassName
{
color: #F4610D;
}
.AnyTagClassName
{
color: #F4610D;
}
</style>
background-color css
<style>
a { background-color: #F4610D; }
a { background-color: rgb(244,97,13); }
div.DivClassName
{
background-color: #F4610D;
}
.BgClassName
{
background-color: #F4610D;
}
</style>
border-color css
<style>
span { border-color: #F4610D; }
span { border-color: rgb(244,97,13); }
td.TdClassName
{
border-color: #F4610D;
}
.TagClassName
{
border-color: #F4610D;
}
</style>