Shades of Persimmon #F65D0D
Tints of Persimmon #F65D0D
RGB
CMYK
RGB Variations
Color information
#F65D0D (or 0xF65D0D) is known color: Persimmon. HEX triplet: F6, 5D and 0D. RGB value is (246,93,13). Sum of RGB (Red+Green+Blue) = 246+93+13=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D0D is #09A2F2. Grayscale: #828282. Windows color (decimal): -631539 or 876022. OLE color: 876022.
HSL color Cylindrical-coordinate representation of color #F65D0D: hue angle of 20.6º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F65D0D is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 13 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.04 |
| HSL | 20.6º | 0.93% | 0.51% | - |
| HSV(B) | 20.6º | 0.95% | 0.96% | - |
| XYZ | 41.99 | 27.45 | 3.47 | - |
| YUV | 129.63 | 62.19 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 13 | 0 | 0.62 | 0.95 | 0.04 | 20.6 | 0.93 | 0.51 |
| Hex | F6 | 5D | D | 0 | 3E | 5F | 4 | 15 | 5D | 33 |
| Octal | 366 | 135 | 15 | 0 | 76 | 137 | 4 | 25 | 135 | 63 |
| Binary | 11110110 | 1011101 | 1101 | 0 | 111110 | 1011111 | 100 | 10101 | 1011101 | 110011 |
Color Harmonies of #F65D0D
Complementary color
Monochromatic Colors of #F65D0D
Black with #F65D0D
Text Example
Text Example
White with #F65D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D0D; }
p { color: rgb(246,93,13); }
H1.HeaderClassName
{
color: #F65D0D;
}
.AnyTagClassName
{
color: #F65D0D;
}
</style>
background-color css
<style>
a { background-color: #F65D0D; }
a { background-color: rgb(246,93,13); }
div.DivClassName
{
background-color: #F65D0D;
}
.BgClassName
{
background-color: #F65D0D;
}
</style>
border-color css
<style>
span { border-color: #F65D0D; }
span { border-color: rgb(246,93,13); }
td.TdClassName
{
border-color: #F65D0D;
}
.TagClassName
{
border-color: #F65D0D;
}
</style>