Shades of Persimmon #F5600B
Tints of Persimmon #F5600B
RGB
CMYK
RGB Variations
Color information
#F5600B (or 0xF5600B) is known color: Persimmon. HEX triplet: F5, 60 and 0B. RGB value is (245,96,11). Sum of RGB (Red+Green+Blue) = 245+96+11=352 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.60% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 11 (4.69% from 255 or 3.12% from 352); Max value from RGB is 245 - color contains mainly: red. Hex color #F5600B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5600B is #0A9FF4. Grayscale: #838383. Windows color (decimal): -696309 or 745717. OLE color: 745717.
HSL color Cylindrical-coordinate representation of color #F5600B: hue angle of 21.79º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F5600B is Cyan = 0, Magento = 0.61, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 96 | 11 | - |
| CMYK | 0 | 0.61 | 0.96 | 0.04 |
| HSL | 21.79º | 0.92% | 0.5% | - |
| HSV(B) | 21.79º | 0.96% | 0.96% | - |
| XYZ | 41.9 | 27.8 | 3.47 | - |
| YUV | 130.86 | 60.36 | 209.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 96 | 11 | 0 | 0.61 | 0.96 | 0.04 | 21.79 | 0.92 | 0.5 |
| Hex | F5 | 60 | B | 0 | 3D | 60 | 4 | 16 | 5C | 32 |
| Octal | 365 | 140 | 13 | 0 | 75 | 140 | 4 | 26 | 134 | 62 |
| Binary | 11110101 | 1100000 | 1011 | 0 | 111101 | 1100000 | 100 | 10110 | 1011100 | 110010 |
Color Harmonies of #F5600B
Complementary color
Monochromatic Colors of #F5600B
Black with #F5600B
Text Example
Text Example
White with #F5600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5600B; }
p { color: rgb(245,96,11); }
H1.HeaderClassName
{
color: #F5600B;
}
.AnyTagClassName
{
color: #F5600B;
}
</style>
background-color css
<style>
a { background-color: #F5600B; }
a { background-color: rgb(245,96,11); }
div.DivClassName
{
background-color: #F5600B;
}
.BgClassName
{
background-color: #F5600B;
}
</style>
border-color css
<style>
span { border-color: #F5600B; }
span { border-color: rgb(245,96,11); }
td.TdClassName
{
border-color: #F5600B;
}
.TagClassName
{
border-color: #F5600B;
}
</style>