Shades of Persimmon #F35A18
Tints of Persimmon #F35A18
RGB
CMYK
RGB Variations
Color information
#F35A18 (or 0xF35A18) is known color: Persimmon. HEX triplet: F3, 5A and 18. RGB value is (243,90,24). Sum of RGB (Red+Green+Blue) = 243+90+24=357 (47% of max value = 765). Red value is 243 (95.31% from 255 or 68.07% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 243 - color contains mainly: red. Hex color #F35A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F35A18 is #0CA5E7. Grayscale: #808080. Windows color (decimal): -828904 or 1596147. OLE color: 1596147.
HSL color Cylindrical-coordinate representation of color #F35A18: hue angle of 18.08º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F35A18 is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 90 | 24 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.05 |
| HSL | 18.08º | 0.9% | 0.52% | - |
| HSV(B) | 18.08º | 0.9% | 0.95% | - |
| XYZ | 40.78 | 26.43 | 3.82 | - |
| YUV | 128.22 | 69.19 | 209.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 90 | 24 | 0 | 0.63 | 0.90 | 0.05 | 18.08 | 0.9 | 0.52 |
| Hex | F3 | 5A | 18 | 0 | 3F | 5A | 5 | 12 | 5A | 34 |
| Octal | 363 | 132 | 30 | 0 | 77 | 132 | 5 | 22 | 132 | 64 |
| Binary | 11110011 | 1011010 | 11000 | 0 | 111111 | 1011010 | 101 | 10010 | 1011010 | 110100 |
Color Harmonies of #F35A18
Complementary color
Monochromatic Colors of #F35A18
Black with #F35A18
Text Example
Text Example
White with #F35A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F35A18; }
p { color: rgb(243,90,24); }
H1.HeaderClassName
{
color: #F35A18;
}
.AnyTagClassName
{
color: #F35A18;
}
</style>
background-color css
<style>
a { background-color: #F35A18; }
a { background-color: rgb(243,90,24); }
div.DivClassName
{
background-color: #F35A18;
}
.BgClassName
{
background-color: #F35A18;
}
</style>
border-color css
<style>
span { border-color: #F35A18; }
span { border-color: rgb(243,90,24); }
td.TdClassName
{
border-color: #F35A18;
}
.TagClassName
{
border-color: #F35A18;
}
</style>