Shades of Persimmon #F35001
Tints of Persimmon #F35001
RGB
CMYK
RGB Variations
Color information
#F35001 (or 0xF35001) is known color: Persimmon. HEX triplet: F3, 50 and 01. RGB value is (243,80,1). Sum of RGB (Red+Green+Blue) = 243+80+1=324 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75% from 324); Green value is 80 (31.64% from 255 or 24.69% from 324); Blue value is 1 (0.78% from 255 or 0.31% from 324); Max value from RGB is 243 - color contains mainly: red. Hex color #F35001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35001 is #0CAFFE. Grayscale: #787878. Windows color (decimal): -831487 or 86259. OLE color: 86259.
HSL color Cylindrical-coordinate representation of color #F35001: hue angle of 19.59º 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 #F35001 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 80 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.05 |
| HSL | 19.59º | 0.99% | 0.48% | - |
| HSV(B) | 19.59º | 1% | 0.95% | - |
| XYZ | 39.84 | 24.79 | 2.71 | - |
| YUV | 119.73 | 61 | 215.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 80 | 1 | 0 | 0.67 | 1.00 | 0.05 | 19.59 | 0.99 | 0.48 |
| Hex | F3 | 50 | 1 | 0 | 43 | 64 | 5 | 14 | 63 | 30 |
| Octal | 363 | 120 | 1 | 0 | 103 | 144 | 5 | 24 | 143 | 60 |
| Binary | 11110011 | 1010000 | 1 | 0 | 1000011 | 1100100 | 101 | 10100 | 1100011 | 110000 |
Color Harmonies of #F35001
Complementary color
Monochromatic Colors of #F35001
Black with #F35001
Text Example
Text Example
White with #F35001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35001; }
p { color: rgb(243,80,1); }
H1.HeaderClassName
{
color: #F35001;
}
.AnyTagClassName
{
color: #F35001;
}
</style>
background-color css
<style>
a { background-color: #F35001; }
a { background-color: rgb(243,80,1); }
div.DivClassName
{
background-color: #F35001;
}
.BgClassName
{
background-color: #F35001;
}
</style>
border-color css
<style>
span { border-color: #F35001; }
span { border-color: rgb(243,80,1); }
td.TdClassName
{
border-color: #F35001;
}
.TagClassName
{
border-color: #F35001;
}
</style>