Shades of Persimmon #F3580A
Tints of Persimmon #F3580A
RGB
CMYK
RGB Variations
Color information
#F3580A (or 0xF3580A) is known color: Persimmon. HEX triplet: F3, 58 and 0A. RGB value is (243,88,10). Sum of RGB (Red+Green+Blue) = 243+88+10=341 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.26% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 10 (4.30% from 255 or 2.93% from 341); Max value from RGB is 243 - color contains mainly: red. Hex color #F3580A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3580A is #0CA7F5. Grayscale: #7D7D7D. Windows color (decimal): -829430 or 678131. OLE color: 678131.
HSL color Cylindrical-coordinate representation of color #F3580A: hue angle of 20.09º 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 #F3580A is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 10 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.05 |
| HSL | 20.09º | 0.92% | 0.5% | - |
| HSV(B) | 20.09º | 0.96% | 0.95% | - |
| XYZ | 40.51 | 26.06 | 3.18 | - |
| YUV | 125.45 | 62.85 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 10 | 0 | 0.64 | 0.96 | 0.05 | 20.09 | 0.92 | 0.5 |
| Hex | F3 | 58 | A | 0 | 40 | 60 | 5 | 14 | 5C | 32 |
| Octal | 363 | 130 | 12 | 0 | 100 | 140 | 5 | 24 | 134 | 62 |
| Binary | 11110011 | 1011000 | 1010 | 0 | 1000000 | 1100000 | 101 | 10100 | 1011100 | 110010 |
Color Harmonies of #F3580A
Complementary color
Monochromatic Colors of #F3580A
Black with #F3580A
Text Example
Text Example
White with #F3580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3580A; }
p { color: rgb(243,88,10); }
H1.HeaderClassName
{
color: #F3580A;
}
.AnyTagClassName
{
color: #F3580A;
}
</style>
background-color css
<style>
a { background-color: #F3580A; }
a { background-color: rgb(243,88,10); }
div.DivClassName
{
background-color: #F3580A;
}
.BgClassName
{
background-color: #F3580A;
}
</style>
border-color css
<style>
span { border-color: #F3580A; }
span { border-color: rgb(243,88,10); }
td.TdClassName
{
border-color: #F3580A;
}
.TagClassName
{
border-color: #F3580A;
}
</style>