Shades of Persimmon #F35A09
Tints of Persimmon #F35A09
RGB
CMYK
RGB Variations
Color information
#F35A09 (or 0xF35A09) is known color: Persimmon. HEX triplet: F3, 5A and 09. RGB value is (243,90,9). Sum of RGB (Red+Green+Blue) = 243+90+9=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 9 (3.91% from 255 or 2.63% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A09 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35A09 is #0CA5F6. Grayscale: #7E7E7E. Windows color (decimal): -828919 or 613107. OLE color: 613107.
HSL color Cylindrical-coordinate representation of color #F35A09: hue angle of 20.77º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F35A09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 90 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.05 |
| HSL | 20.77º | 0.93% | 0.49% | - |
| HSV(B) | 20.77º | 0.96% | 0.95% | - |
| XYZ | 40.67 | 26.39 | 3.21 | - |
| YUV | 126.51 | 61.69 | 211.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 90 | 9 | 0 | 0.63 | 0.96 | 0.05 | 20.77 | 0.93 | 0.49 |
| Hex | F3 | 5A | 9 | 0 | 3F | 60 | 5 | 15 | 5D | 31 |
| Octal | 363 | 132 | 11 | 0 | 77 | 140 | 5 | 25 | 135 | 61 |
| Binary | 11110011 | 1011010 | 1001 | 0 | 111111 | 1100000 | 101 | 10101 | 1011101 | 110001 |
Color Harmonies of #F35A09
Complementary color
Monochromatic Colors of #F35A09
Black with #F35A09
Text Example
Text Example
White with #F35A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35A09; }
p { color: rgb(243,90,9); }
H1.HeaderClassName
{
color: #F35A09;
}
.AnyTagClassName
{
color: #F35A09;
}
</style>
background-color css
<style>
a { background-color: #F35A09; }
a { background-color: rgb(243,90,9); }
div.DivClassName
{
background-color: #F35A09;
}
.BgClassName
{
background-color: #F35A09;
}
</style>
border-color css
<style>
span { border-color: #F35A09; }
span { border-color: rgb(243,90,9); }
td.TdClassName
{
border-color: #F35A09;
}
.TagClassName
{
border-color: #F35A09;
}
</style>