Shades of Persimmon #F65D17
Tints of Persimmon #F65D17
RGB
CMYK
RGB Variations
Color information
#F65D17 (or 0xF65D17) is known color: Persimmon. HEX triplet: F6, 5D and 17. RGB value is (246,93,23). Sum of RGB (Red+Green+Blue) = 246+93+23=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 23 (9.38% from 255 or 6.35% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D17 is #09A2E8. Grayscale: #838383. Windows color (decimal): -631529 or 1531382. OLE color: 1531382.
HSL color Cylindrical-coordinate representation of color #F65D17: hue angle of 18.83º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F65D17 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 23 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.04 |
| HSL | 18.83º | 0.93% | 0.53% | - |
| HSV(B) | 18.83º | 0.91% | 0.96% | - |
| XYZ | 42.08 | 27.48 | 3.9 | - |
| YUV | 130.77 | 67.19 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 23 | 0 | 0.62 | 0.91 | 0.04 | 18.83 | 0.93 | 0.53 |
| Hex | F6 | 5D | 17 | 0 | 3E | 5B | 4 | 13 | 5D | 35 |
| Octal | 366 | 135 | 27 | 0 | 76 | 133 | 4 | 23 | 135 | 65 |
| Binary | 11110110 | 1011101 | 10111 | 0 | 111110 | 1011011 | 100 | 10011 | 1011101 | 110101 |
Color Harmonies of #F65D17
Complementary color
Monochromatic Colors of #F65D17
Black with #F65D17
Text Example
Text Example
White with #F65D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D17; }
p { color: rgb(246,93,23); }
H1.HeaderClassName
{
color: #F65D17;
}
.AnyTagClassName
{
color: #F65D17;
}
</style>
background-color css
<style>
a { background-color: #F65D17; }
a { background-color: rgb(246,93,23); }
div.DivClassName
{
background-color: #F65D17;
}
.BgClassName
{
background-color: #F65D17;
}
</style>
border-color css
<style>
span { border-color: #F65D17; }
span { border-color: rgb(246,93,23); }
td.TdClassName
{
border-color: #F65D17;
}
.TagClassName
{
border-color: #F65D17;
}
</style>