Shades of Persimmon #F45A0D
Tints of Persimmon #F45A0D
RGB
CMYK
RGB Variations
Color information
#F45A0D (or 0xF45A0D) is known color: Persimmon. HEX triplet: F4, 5A and 0D. RGB value is (244,90,13). Sum of RGB (Red+Green+Blue) = 244+90+13=347 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.32% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 244 - color contains mainly: red. Hex color #F45A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45A0D is #0BA5F2. Grayscale: #7F7F7F. Windows color (decimal): -763379 or 875252. OLE color: 875252.
HSL color Cylindrical-coordinate representation of color #F45A0D: hue angle of 20º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F45A0D is Cyan = 0, Magento = 0.63, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 90 | 13 | - |
| CMYK | 0 | 0.63 | 0.95 | 0.04 |
| HSL | 20º | 0.91% | 0.5% | - |
| HSV(B) | 20º | 0.95% | 0.96% | - |
| XYZ | 41.04 | 26.57 | 3.35 | - |
| YUV | 127.27 | 63.52 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 90 | 13 | 0 | 0.63 | 0.95 | 0.04 | 20 | 0.91 | 0.5 |
| Hex | F4 | 5A | D | 0 | 3F | 5F | 4 | 14 | 5B | 32 |
| Octal | 364 | 132 | 15 | 0 | 77 | 137 | 4 | 24 | 133 | 62 |
| Binary | 11110100 | 1011010 | 1101 | 0 | 111111 | 1011111 | 100 | 10100 | 1011011 | 110010 |
Color Harmonies of #F45A0D
Complementary color
Monochromatic Colors of #F45A0D
Black with #F45A0D
Text Example
Text Example
White with #F45A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45A0D; }
p { color: rgb(244,90,13); }
H1.HeaderClassName
{
color: #F45A0D;
}
.AnyTagClassName
{
color: #F45A0D;
}
</style>
background-color css
<style>
a { background-color: #F45A0D; }
a { background-color: rgb(244,90,13); }
div.DivClassName
{
background-color: #F45A0D;
}
.BgClassName
{
background-color: #F45A0D;
}
</style>
border-color css
<style>
span { border-color: #F45A0D; }
span { border-color: rgb(244,90,13); }
td.TdClassName
{
border-color: #F45A0D;
}
.TagClassName
{
border-color: #F45A0D;
}
</style>