Shades of Persimmon #F45C08
Tints of Persimmon #F45C08
RGB
CMYK
RGB Variations
Color information
#F45C08 (or 0xF45C08) is known color: Persimmon. HEX triplet: F4, 5C and 08. RGB value is (244,92,8). Sum of RGB (Red+Green+Blue) = 244+92+8=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45C08 is #0BA3F7. Grayscale: #808080. Windows color (decimal): -762872 or 548084. OLE color: 548084.
HSL color Cylindrical-coordinate representation of color #F45C08: hue angle of 21.36º 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 #F45C08 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 8 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.04 |
| HSL | 21.36º | 0.94% | 0.49% | - |
| HSV(B) | 21.36º | 0.97% | 0.96% | - |
| XYZ | 41.18 | 26.9 | 3.25 | - |
| YUV | 127.87 | 60.36 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 8 | 0 | 0.62 | 0.97 | 0.04 | 21.36 | 0.94 | 0.49 |
| Hex | F4 | 5C | 8 | 0 | 3E | 61 | 4 | 15 | 5E | 31 |
| Octal | 364 | 134 | 10 | 0 | 76 | 141 | 4 | 25 | 136 | 61 |
| Binary | 11110100 | 1011100 | 1000 | 0 | 111110 | 1100001 | 100 | 10101 | 1011110 | 110001 |
Color Harmonies of #F45C08
Complementary color
Monochromatic Colors of #F45C08
Black with #F45C08
Text Example
Text Example
White with #F45C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C08; }
p { color: rgb(244,92,8); }
H1.HeaderClassName
{
color: #F45C08;
}
.AnyTagClassName
{
color: #F45C08;
}
</style>
background-color css
<style>
a { background-color: #F45C08; }
a { background-color: rgb(244,92,8); }
div.DivClassName
{
background-color: #F45C08;
}
.BgClassName
{
background-color: #F45C08;
}
</style>
border-color css
<style>
span { border-color: #F45C08; }
span { border-color: rgb(244,92,8); }
td.TdClassName
{
border-color: #F45C08;
}
.TagClassName
{
border-color: #F45C08;
}
</style>