Shades of Persimmon #F45300
Tints of Persimmon #F45300
RGB
CMYK
RGB Variations
Color information
#F45300 (or 0xF45300) is known color: Persimmon. HEX triplet: F4, 53 and 00. RGB value is (244,83,0). Sum of RGB (Red+Green+Blue) = 244+83+0=327 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.62% from 327); Green value is 83 (32.81% from 255 or 25.38% from 327); Blue value is 0 (0.39% from 255 or 0% from 327); Max value from RGB is 244 - color contains mainly: red. Hex color #F45300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F45300 is #0BACFF. Grayscale: #7A7A7A. Windows color (decimal): -765184 or 21492. OLE color: 21492.
HSL color Cylindrical-coordinate representation of color #F45300: hue angle of 20.41º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F45300 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 83 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.04 |
| HSL | 20.41º | 1% | 0.48% | - |
| HSV(B) | 20.41º | 1% | 0.96% | - |
| XYZ | 40.4 | 25.42 | 2.78 | - |
| YUV | 121.68 | 59.34 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 83 | 0 | 0 | 0.66 | 1 | 0.04 | 20.41 | 1 | 0.48 |
| Hex | F4 | 53 | 0 | 0 | 42 | 64 | 4 | 14 | 64 | 30 |
| Octal | 364 | 123 | 0 | 0 | 102 | 144 | 4 | 24 | 144 | 60 |
| Binary | 11110100 | 1010011 | 0 | 0 | 1000010 | 1100100 | 100 | 10100 | 1100100 | 110000 |
Color Harmonies of #F45300
Complementary color
Monochromatic Colors of #F45300
Black with #F45300
Text Example
Text Example
White with #F45300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F45300; }
p { color: rgb(244,83,0); }
H1.HeaderClassName
{
color: #F45300;
}
.AnyTagClassName
{
color: #F45300;
}
</style>
background-color css
<style>
a { background-color: #F45300; }
a { background-color: rgb(244,83,0); }
div.DivClassName
{
background-color: #F45300;
}
.BgClassName
{
background-color: #F45300;
}
</style>
border-color css
<style>
span { border-color: #F45300; }
span { border-color: rgb(244,83,0); }
td.TdClassName
{
border-color: #F45300;
}
.TagClassName
{
border-color: #F45300;
}
</style>