Shades of Persimmon #F65903
Tints of Persimmon #F65903
RGB
CMYK
RGB Variations
Color information
#F65903 (or 0xF65903) is known color: Persimmon. HEX triplet: F6, 59 and 03. RGB value is (246,89,3). Sum of RGB (Red+Green+Blue) = 246+89+3=338 (44% of max value = 765). Red value is 246 (96.48% from 255 or 72.78% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 3 (1.56% from 255 or 0.89% from 338); Max value from RGB is 246 - color contains mainly: red. Hex color #F65903 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F65903 is #09A6FC. Grayscale: #7E7E7E. Windows color (decimal): -632573 or 219638. OLE color: 219638.
HSL color Cylindrical-coordinate representation of color #F65903: hue angle of 21.23º 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 #F65903 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 89 | 3 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.04 |
| HSL | 21.23º | 0.98% | 0.49% | - |
| HSV(B) | 21.23º | 0.99% | 0.96% | - |
| XYZ | 41.59 | 26.74 | 3.06 | - |
| YUV | 126.14 | 58.51 | 213.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 89 | 3 | 0 | 0.64 | 0.99 | 0.04 | 21.23 | 0.98 | 0.49 |
| Hex | F6 | 59 | 3 | 0 | 40 | 63 | 4 | 15 | 62 | 31 |
| Octal | 366 | 131 | 3 | 0 | 100 | 143 | 4 | 25 | 142 | 61 |
| Binary | 11110110 | 1011001 | 11 | 0 | 1000000 | 1100011 | 100 | 10101 | 1100010 | 110001 |
Color Harmonies of #F65903
Complementary color
Monochromatic Colors of #F65903
Black with #F65903
Text Example
Text Example
White with #F65903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F65903; }
p { color: rgb(246,89,3); }
H1.HeaderClassName
{
color: #F65903;
}
.AnyTagClassName
{
color: #F65903;
}
</style>
background-color css
<style>
a { background-color: #F65903; }
a { background-color: rgb(246,89,3); }
div.DivClassName
{
background-color: #F65903;
}
.BgClassName
{
background-color: #F65903;
}
</style>
border-color css
<style>
span { border-color: #F65903; }
span { border-color: rgb(246,89,3); }
td.TdClassName
{
border-color: #F65903;
}
.TagClassName
{
border-color: #F65903;
}
</style>