Shades of Persimmon #F45311
Tints of Persimmon #F45311
RGB
CMYK
RGB Variations
Color information
#F45311 (or 0xF45311) is known color: Persimmon. HEX triplet: F4, 53 and 11. RGB value is (244,83,17). Sum of RGB (Red+Green+Blue) = 244+83+17=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 17 (7.03% from 255 or 4.94% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F45311 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45311 is #0BACEE. Grayscale: #7C7C7C. Windows color (decimal): -765167 or 1135604. OLE color: 1135604.
HSL color Cylindrical-coordinate representation of color #F45311: hue angle of 17.44º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F45311 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 17 | - |
| CMYK | 0 | 0.66 | 0.93 | 0.04 |
| HSL | 17.44º | 0.91% | 0.51% | - |
| HSV(B) | 17.44º | 0.93% | 0.96% | - |
| XYZ | 40.5 | 25.46 | 3.31 | - |
| YUV | 123.62 | 67.84 | 213.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 17 | 0 | 0.66 | 0.93 | 0.04 | 17.44 | 0.91 | 0.51 |
| Hex | F4 | 53 | 11 | 0 | 42 | 5D | 4 | 11 | 5B | 33 |
| Octal | 364 | 123 | 21 | 0 | 102 | 135 | 4 | 21 | 133 | 63 |
| Binary | 11110100 | 1010011 | 10001 | 0 | 1000010 | 1011101 | 100 | 10001 | 1011011 | 110011 |
Color Harmonies of #F45311
Complementary color
Monochromatic Colors of #F45311
Black with #F45311
Text Example
Text Example
White with #F45311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45311; }
p { color: rgb(244,83,17); }
H1.HeaderClassName
{
color: #F45311;
}
.AnyTagClassName
{
color: #F45311;
}
</style>
background-color css
<style>
a { background-color: #F45311; }
a { background-color: rgb(244,83,17); }
div.DivClassName
{
background-color: #F45311;
}
.BgClassName
{
background-color: #F45311;
}
</style>
border-color css
<style>
span { border-color: #F45311; }
span { border-color: rgb(244,83,17); }
td.TdClassName
{
border-color: #F45311;
}
.TagClassName
{
border-color: #F45311;
}
</style>