Shades of Persimmon #F35701
Tints of Persimmon #F35701
RGB
CMYK
RGB Variations
Color information
#F35701 (or 0xF35701) is known color: Persimmon. HEX triplet: F3, 57 and 01. RGB value is (243,87,1). Sum of RGB (Red+Green+Blue) = 243+87+1=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F35701 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35701 is #0CA8FE. Grayscale: #7C7C7C. Windows color (decimal): -829695 or 88051. OLE color: 88051.
HSL color Cylindrical-coordinate representation of color #F35701: hue angle of 21.32º 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 #F35701 is Cyan = 0, Magento = 0.64, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 87 | 1 | - |
| CMYK | 0 | 0.64 | 1.00 | 0.05 |
| HSL | 21.32º | 0.99% | 0.48% | - |
| HSV(B) | 21.32º | 1% | 0.95% | - |
| XYZ | 40.38 | 25.87 | 2.89 | - |
| YUV | 123.84 | 58.68 | 212.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 87 | 1 | 0 | 0.64 | 1.00 | 0.05 | 21.32 | 0.99 | 0.48 |
| Hex | F3 | 57 | 1 | 0 | 40 | 64 | 5 | 15 | 63 | 30 |
| Octal | 363 | 127 | 1 | 0 | 100 | 144 | 5 | 25 | 143 | 60 |
| Binary | 11110011 | 1010111 | 1 | 0 | 1000000 | 1100100 | 101 | 10101 | 1100011 | 110000 |
Color Harmonies of #F35701
Complementary color
Monochromatic Colors of #F35701
Black with #F35701
Text Example
Text Example
White with #F35701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35701; }
p { color: rgb(243,87,1); }
H1.HeaderClassName
{
color: #F35701;
}
.AnyTagClassName
{
color: #F35701;
}
</style>
background-color css
<style>
a { background-color: #F35701; }
a { background-color: rgb(243,87,1); }
div.DivClassName
{
background-color: #F35701;
}
.BgClassName
{
background-color: #F35701;
}
</style>
border-color css
<style>
span { border-color: #F35701; }
span { border-color: rgb(243,87,1); }
td.TdClassName
{
border-color: #F35701;
}
.TagClassName
{
border-color: #F35701;
}
</style>