Shades of Persimmon #F3600A
Tints of Persimmon #F3600A
RGB
CMYK
RGB Variations
Color information
#F3600A (or 0xF3600A) is known color: Persimmon. HEX triplet: F3, 60 and 0A. RGB value is (243,96,10). Sum of RGB (Red+Green+Blue) = 243+96+10=349 (46% of max value = 765). Red value is 243 (95.31% from 255 or 69.63% from 349); Green value is 96 (37.89% from 255 or 27.51% from 349); Blue value is 10 (4.30% from 255 or 2.87% from 349); Max value from RGB is 243 - color contains mainly: red. Hex color #F3600A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3600A is #0C9FF5. Grayscale: #828282. Windows color (decimal): -827382 or 680179. OLE color: 680179.
HSL color Cylindrical-coordinate representation of color #F3600A: hue angle of 22.15º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3600A is Cyan = 0, Magento = 0.60, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 96 | 10 | - |
| CMYK | 0 | 0.60 | 0.96 | 0.05 |
| HSL | 22.15º | 0.92% | 0.5% | - |
| HSV(B) | 22.15º | 0.96% | 0.95% | - |
| XYZ | 41.2 | 27.44 | 3.41 | - |
| YUV | 130.15 | 60.2 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 96 | 10 | 0 | 0.60 | 0.96 | 0.05 | 22.15 | 0.92 | 0.5 |
| Hex | F3 | 60 | A | 0 | 3C | 60 | 5 | 16 | 5C | 32 |
| Octal | 363 | 140 | 12 | 0 | 74 | 140 | 5 | 26 | 134 | 62 |
| Binary | 11110011 | 1100000 | 1010 | 0 | 111100 | 1100000 | 101 | 10110 | 1011100 | 110010 |
Color Harmonies of #F3600A
Complementary color
Monochromatic Colors of #F3600A
Black with #F3600A
Text Example
Text Example
White with #F3600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3600A; }
p { color: rgb(243,96,10); }
H1.HeaderClassName
{
color: #F3600A;
}
.AnyTagClassName
{
color: #F3600A;
}
</style>
background-color css
<style>
a { background-color: #F3600A; }
a { background-color: rgb(243,96,10); }
div.DivClassName
{
background-color: #F3600A;
}
.BgClassName
{
background-color: #F3600A;
}
</style>
border-color css
<style>
span { border-color: #F3600A; }
span { border-color: rgb(243,96,10); }
td.TdClassName
{
border-color: #F3600A;
}
.TagClassName
{
border-color: #F3600A;
}
</style>