Shades of Persimmon #F36105
Tints of Persimmon #F36105
RGB
CMYK
RGB Variations
Color information
#F36105 (or 0xF36105) is known color: Persimmon. HEX triplet: F3, 61 and 05. RGB value is (243,97,5). Sum of RGB (Red+Green+Blue) = 243+97+5=345 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.43% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 243 - color contains mainly: red. Hex color #F36105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F36105 is #0C9EFA. Grayscale: #828282. Windows color (decimal): -827131 or 352755. OLE color: 352755.
HSL color Cylindrical-coordinate representation of color #F36105: hue angle of 23.19º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F36105 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 97 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.05 |
| HSL | 23.19º | 0.96% | 0.49% | - |
| HSV(B) | 23.19º | 0.98% | 0.95% | - |
| XYZ | 41.26 | 27.62 | 3.3 | - |
| YUV | 130.17 | 57.37 | 208.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 97 | 5 | 0 | 0.60 | 0.98 | 0.05 | 23.19 | 0.96 | 0.49 |
| Hex | F3 | 61 | 5 | 0 | 3C | 62 | 5 | 17 | 60 | 31 |
| Octal | 363 | 141 | 5 | 0 | 74 | 142 | 5 | 27 | 140 | 61 |
| Binary | 11110011 | 1100001 | 101 | 0 | 111100 | 1100010 | 101 | 10111 | 1100000 | 110001 |
Color Harmonies of #F36105
Complementary color
Monochromatic Colors of #F36105
Black with #F36105
Text Example
Text Example
White with #F36105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36105; }
p { color: rgb(243,97,5); }
H1.HeaderClassName
{
color: #F36105;
}
.AnyTagClassName
{
color: #F36105;
}
</style>
background-color css
<style>
a { background-color: #F36105; }
a { background-color: rgb(243,97,5); }
div.DivClassName
{
background-color: #F36105;
}
.BgClassName
{
background-color: #F36105;
}
</style>
border-color css
<style>
span { border-color: #F36105; }
span { border-color: rgb(243,97,5); }
td.TdClassName
{
border-color: #F36105;
}
.TagClassName
{
border-color: #F36105;
}
</style>