Shades of Persimmon #F35201
Tints of Persimmon #F35201
RGB
CMYK
RGB Variations
Color information
#F35201 (or 0xF35201) is known color: Persimmon. HEX triplet: F3, 52 and 01. RGB value is (243,82,1). Sum of RGB (Red+Green+Blue) = 243+82+1=326 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.54% from 326); Green value is 82 (32.42% from 255 or 25.15% from 326); Blue value is 1 (0.78% from 255 or 0.31% from 326); Max value from RGB is 243 - color contains mainly: red. Hex color #F35201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35201 is #0CADFE. Grayscale: #797979. Windows color (decimal): -830975 or 86771. OLE color: 86771.
HSL color Cylindrical-coordinate representation of color #F35201: hue angle of 20.08º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F35201 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 82 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.05 |
| HSL | 20.08º | 0.99% | 0.48% | - |
| HSV(B) | 20.08º | 1% | 0.95% | - |
| XYZ | 39.98 | 25.09 | 2.76 | - |
| YUV | 120.91 | 60.34 | 215.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 82 | 1 | 0 | 0.66 | 1.00 | 0.05 | 20.08 | 0.99 | 0.48 |
| Hex | F3 | 52 | 1 | 0 | 42 | 64 | 5 | 14 | 63 | 30 |
| Octal | 363 | 122 | 1 | 0 | 102 | 144 | 5 | 24 | 143 | 60 |
| Binary | 11110011 | 1010010 | 1 | 0 | 1000010 | 1100100 | 101 | 10100 | 1100011 | 110000 |
Color Harmonies of #F35201
Complementary color
Monochromatic Colors of #F35201
Black with #F35201
Text Example
Text Example
White with #F35201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35201; }
p { color: rgb(243,82,1); }
H1.HeaderClassName
{
color: #F35201;
}
.AnyTagClassName
{
color: #F35201;
}
</style>
background-color css
<style>
a { background-color: #F35201; }
a { background-color: rgb(243,82,1); }
div.DivClassName
{
background-color: #F35201;
}
.BgClassName
{
background-color: #F35201;
}
</style>
border-color css
<style>
span { border-color: #F35201; }
span { border-color: rgb(243,82,1); }
td.TdClassName
{
border-color: #F35201;
}
.TagClassName
{
border-color: #F35201;
}
</style>