Shades of Persimmon #F5600D
Tints of Persimmon #F5600D
RGB
CMYK
RGB Variations
Color information
#F5600D (or 0xF5600D) is known color: Persimmon. HEX triplet: F5, 60 and 0D. RGB value is (245,96,13). Sum of RGB (Red+Green+Blue) = 245+96+13=354 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.21% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 13 (5.47% from 255 or 3.67% from 354); Max value from RGB is 245 - color contains mainly: red. Hex color #F5600D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5600D is #0A9FF2. Grayscale: #838383. Windows color (decimal): -696307 or 876789. OLE color: 876789.
HSL color Cylindrical-coordinate representation of color #F5600D: hue angle of 21.47º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F5600D is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 13 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.04 |
| HSL | 21.47º | 0.92% | 0.51% | - |
| HSV(B) | 21.47º | 0.95% | 0.96% | - |
| XYZ | 41.91 | 27.81 | 3.54 | - |
| YUV | 131.09 | 61.36 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 13 | 0 | 0.61 | 0.95 | 0.04 | 21.47 | 0.92 | 0.51 |
| Hex | F5 | 60 | D | 0 | 3D | 5F | 4 | 15 | 5C | 33 |
| Octal | 365 | 140 | 15 | 0 | 75 | 137 | 4 | 25 | 134 | 63 |
| Binary | 11110101 | 1100000 | 1101 | 0 | 111101 | 1011111 | 100 | 10101 | 1011100 | 110011 |
Color Harmonies of #F5600D
Complementary color
Monochromatic Colors of #F5600D
Black with #F5600D
Text Example
Text Example
White with #F5600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5600D; }
p { color: rgb(245,96,13); }
H1.HeaderClassName
{
color: #F5600D;
}
.AnyTagClassName
{
color: #F5600D;
}
</style>
background-color css
<style>
a { background-color: #F5600D; }
a { background-color: rgb(245,96,13); }
div.DivClassName
{
background-color: #F5600D;
}
.BgClassName
{
background-color: #F5600D;
}
</style>
border-color css
<style>
span { border-color: #F5600D; }
span { border-color: rgb(245,96,13); }
td.TdClassName
{
border-color: #F5600D;
}
.TagClassName
{
border-color: #F5600D;
}
</style>