Shades of Persimmon #F3580C
Tints of Persimmon #F3580C
RGB
CMYK
RGB Variations
Color information
#F3580C (or 0xF3580C) is known color: Persimmon. HEX triplet: F3, 58 and 0C. RGB value is (243,88,12). Sum of RGB (Red+Green+Blue) = 243+88+12=343 (45% of max value = 765). Red value is 243 (95.31% from 255 or 70.85% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 12 (5.08% from 255 or 3.50% from 343); Max value from RGB is 243 - color contains mainly: red. Hex color #F3580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3580C is #0CA7F3. Grayscale: #7E7E7E. Windows color (decimal): -829428 or 809203. OLE color: 809203.
HSL color Cylindrical-coordinate representation of color #F3580C: hue angle of 19.74º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3580C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 88 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.05 |
| HSL | 19.74º | 0.91% | 0.5% | - |
| HSV(B) | 19.74º | 0.95% | 0.95% | - |
| XYZ | 40.52 | 26.06 | 3.24 | - |
| YUV | 125.68 | 63.85 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 88 | 12 | 0 | 0.64 | 0.95 | 0.05 | 19.74 | 0.91 | 0.5 |
| Hex | F3 | 58 | C | 0 | 40 | 5F | 5 | 14 | 5B | 32 |
| Octal | 363 | 130 | 14 | 0 | 100 | 137 | 5 | 24 | 133 | 62 |
| Binary | 11110011 | 1011000 | 1100 | 0 | 1000000 | 1011111 | 101 | 10100 | 1011011 | 110010 |
Color Harmonies of #F3580C
Complementary color
Monochromatic Colors of #F3580C
Black with #F3580C
Text Example
Text Example
White with #F3580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3580C; }
p { color: rgb(243,88,12); }
H1.HeaderClassName
{
color: #F3580C;
}
.AnyTagClassName
{
color: #F3580C;
}
</style>
background-color css
<style>
a { background-color: #F3580C; }
a { background-color: rgb(243,88,12); }
div.DivClassName
{
background-color: #F3580C;
}
.BgClassName
{
background-color: #F3580C;
}
</style>
border-color css
<style>
span { border-color: #F3580C; }
span { border-color: rgb(243,88,12); }
td.TdClassName
{
border-color: #F3580C;
}
.TagClassName
{
border-color: #F3580C;
}
</style>