Shades of Persimmon #F35A00
Tints of Persimmon #F35A00
RGB
CMYK
RGB Variations
Color information
#F35A00 (or 0xF35A00) is known color: Persimmon. HEX triplet: F3, 5A and 00. RGB value is (243,90,0). Sum of RGB (Red+Green+Blue) = 243+90+0=333 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.97% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 0 (0.39% from 255 or 0% from 333); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35A00 is #0CA5FF. Grayscale: #7D7D7D. Windows color (decimal): -828928 or 23283. OLE color: 23283.
HSL color Cylindrical-coordinate representation of color #F35A00: hue angle of 22.22º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F35A00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 90 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.05 |
| HSL | 22.22º | 1% | 0.48% | - |
| HSV(B) | 22.22º | 1% | 0.95% | - |
| XYZ | 40.62 | 26.37 | 2.95 | - |
| YUV | 125.49 | 57.19 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 90 | 0 | 0 | 0.63 | 1 | 0.05 | 22.22 | 1 | 0.48 |
| Hex | F3 | 5A | 0 | 0 | 3F | 64 | 5 | 16 | 64 | 30 |
| Octal | 363 | 132 | 0 | 0 | 77 | 144 | 5 | 26 | 144 | 60 |
| Binary | 11110011 | 1011010 | 0 | 0 | 111111 | 1100100 | 101 | 10110 | 1100100 | 110000 |
Color Harmonies of #F35A00
Complementary color
Monochromatic Colors of #F35A00
Black with #F35A00
Text Example
Text Example
White with #F35A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35A00; }
p { color: rgb(243,90,0); }
H1.HeaderClassName
{
color: #F35A00;
}
.AnyTagClassName
{
color: #F35A00;
}
</style>
background-color css
<style>
a { background-color: #F35A00; }
a { background-color: rgb(243,90,0); }
div.DivClassName
{
background-color: #F35A00;
}
.BgClassName
{
background-color: #F35A00;
}
</style>
border-color css
<style>
span { border-color: #F35A00; }
span { border-color: rgb(243,90,0); }
td.TdClassName
{
border-color: #F35A00;
}
.TagClassName
{
border-color: #F35A00;
}
</style>