Shades of Persimmon #F45D08
Tints of Persimmon #F45D08
RGB
CMYK
RGB Variations
Color information
#F45D08 (or 0xF45D08) is known color: Persimmon. HEX triplet: F4, 5D and 08. RGB value is (244,93,8). Sum of RGB (Red+Green+Blue) = 244+93+8=345 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.72% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 244 - color contains mainly: red. Hex color #F45D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45D08 is #0BA2F7. Grayscale: #808080. Windows color (decimal): -762616 or 548340. OLE color: 548340.
HSL color Cylindrical-coordinate representation of color #F45D08: hue angle of 21.61º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F45D08 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 93 | 8 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.04 |
| HSL | 21.61º | 0.94% | 0.49% | - |
| HSV(B) | 21.61º | 0.97% | 0.96% | - |
| XYZ | 41.27 | 27.08 | 3.28 | - |
| YUV | 128.46 | 60.03 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 93 | 8 | 0 | 0.62 | 0.97 | 0.04 | 21.61 | 0.94 | 0.49 |
| Hex | F4 | 5D | 8 | 0 | 3E | 61 | 4 | 16 | 5E | 31 |
| Octal | 364 | 135 | 10 | 0 | 76 | 141 | 4 | 26 | 136 | 61 |
| Binary | 11110100 | 1011101 | 1000 | 0 | 111110 | 1100001 | 100 | 10110 | 1011110 | 110001 |
Color Harmonies of #F45D08
Complementary color
Monochromatic Colors of #F45D08
Black with #F45D08
Text Example
Text Example
White with #F45D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45D08; }
p { color: rgb(244,93,8); }
H1.HeaderClassName
{
color: #F45D08;
}
.AnyTagClassName
{
color: #F45D08;
}
</style>
background-color css
<style>
a { background-color: #F45D08; }
a { background-color: rgb(244,93,8); }
div.DivClassName
{
background-color: #F45D08;
}
.BgClassName
{
background-color: #F45D08;
}
</style>
border-color css
<style>
span { border-color: #F45D08; }
span { border-color: rgb(244,93,8); }
td.TdClassName
{
border-color: #F45D08;
}
.TagClassName
{
border-color: #F45D08;
}
</style>