Shades of Persimmon #F65D02
Tints of Persimmon #F65D02
RGB
CMYK
RGB Variations
Color information
#F65D02 (or 0xF65D02) is known color: Persimmon. HEX triplet: F6, 5D and 02. RGB value is (246,93,2). Sum of RGB (Red+Green+Blue) = 246+93+2=341 (45% of max value = 765). Red value is 246 (96.48% from 255 or 72.14% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 246 - color contains mainly: red. Hex color #F65D02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65D02 is #09A2FD. Grayscale: #808080. Windows color (decimal): -631550 or 155126. OLE color: 155126.
HSL color Cylindrical-coordinate representation of color #F65D02: hue angle of 22.38º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F65D02 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 93 | 2 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.04 |
| HSL | 22.38º | 0.98% | 0.49% | - |
| HSV(B) | 22.38º | 0.99% | 0.96% | - |
| XYZ | 41.93 | 27.43 | 3.14 | - |
| YUV | 128.37 | 56.69 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 93 | 2 | 0 | 0.62 | 0.99 | 0.04 | 22.38 | 0.98 | 0.49 |
| Hex | F6 | 5D | 2 | 0 | 3E | 63 | 4 | 16 | 62 | 31 |
| Octal | 366 | 135 | 2 | 0 | 76 | 143 | 4 | 26 | 142 | 61 |
| Binary | 11110110 | 1011101 | 10 | 0 | 111110 | 1100011 | 100 | 10110 | 1100010 | 110001 |
Color Harmonies of #F65D02
Complementary color
Monochromatic Colors of #F65D02
Black with #F65D02
Text Example
Text Example
White with #F65D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65D02; }
p { color: rgb(246,93,2); }
H1.HeaderClassName
{
color: #F65D02;
}
.AnyTagClassName
{
color: #F65D02;
}
</style>
background-color css
<style>
a { background-color: #F65D02; }
a { background-color: rgb(246,93,2); }
div.DivClassName
{
background-color: #F65D02;
}
.BgClassName
{
background-color: #F65D02;
}
</style>
border-color css
<style>
span { border-color: #F65D02; }
span { border-color: rgb(246,93,2); }
td.TdClassName
{
border-color: #F65D02;
}
.TagClassName
{
border-color: #F65D02;
}
</style>