Shades of Persimmon #F45C01
Tints of Persimmon #F45C01
RGB
CMYK
RGB Variations
Color information
#F45C01 (or 0xF45C01) is known color: Persimmon. HEX triplet: F4, 5C and 01. RGB value is (244,92,1). Sum of RGB (Red+Green+Blue) = 244+92+1=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F45C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45C01 is #0BA3FE. Grayscale: #7F7F7F. Windows color (decimal): -762879 or 89332. OLE color: 89332.
HSL color Cylindrical-coordinate representation of color #F45C01: hue angle of 22.47º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F45C01 is Cyan = 0, Magento = 0.62, Yellow = 1.00 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 92 | 1 | - |
| CMYK | 0 | 0.62 | 1.00 | 0.04 |
| HSL | 22.47º | 0.99% | 0.48% | - |
| HSV(B) | 22.47º | 1% | 0.96% | - |
| XYZ | 41.14 | 26.89 | 3.05 | - |
| YUV | 127.07 | 56.86 | 211.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 92 | 1 | 0 | 0.62 | 1.00 | 0.04 | 22.47 | 0.99 | 0.48 |
| Hex | F4 | 5C | 1 | 0 | 3E | 64 | 4 | 16 | 63 | 30 |
| Octal | 364 | 134 | 1 | 0 | 76 | 144 | 4 | 26 | 143 | 60 |
| Binary | 11110100 | 1011100 | 1 | 0 | 111110 | 1100100 | 100 | 10110 | 1100011 | 110000 |
Color Harmonies of #F45C01
Complementary color
Monochromatic Colors of #F45C01
Black with #F45C01
Text Example
Text Example
White with #F45C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45C01; }
p { color: rgb(244,92,1); }
H1.HeaderClassName
{
color: #F45C01;
}
.AnyTagClassName
{
color: #F45C01;
}
</style>
background-color css
<style>
a { background-color: #F45C01; }
a { background-color: rgb(244,92,1); }
div.DivClassName
{
background-color: #F45C01;
}
.BgClassName
{
background-color: #F45C01;
}
</style>
border-color css
<style>
span { border-color: #F45C01; }
span { border-color: rgb(244,92,1); }
td.TdClassName
{
border-color: #F45C01;
}
.TagClassName
{
border-color: #F45C01;
}
</style>