Shades of Persimmon #F16300
Tints of Persimmon #F16300
RGB
CMYK
RGB Variations
Color information
#F16300 (or 0xF16300) is known color: Persimmon. HEX triplet: F1, 63 and 00. RGB value is (241,99,0). Sum of RGB (Red+Green+Blue) = 241+99+0=340 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.88% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 0 (0.39% from 255 or 0% from 340); Max value from RGB is 241 - color contains mainly: red. Hex color #F16300 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F16300 is #0E9CFF. Grayscale: #828282. Windows color (decimal): -957696 or 25585. OLE color: 25585.
HSL color Cylindrical-coordinate representation of color #F16300: hue angle of 24.65º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F16300 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 99 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.05 |
| HSL | 24.65º | 1% | 0.47% | - |
| HSV(B) | 24.65º | 1% | 0.95% | - |
| XYZ | 40.74 | 27.62 | 3.18 | - |
| YUV | 130.17 | 54.54 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 99 | 0 | 0 | 0.59 | 1 | 0.05 | 24.65 | 1 | 0.47 |
| Hex | F1 | 63 | 0 | 0 | 3B | 64 | 5 | 19 | 64 | 2F |
| Octal | 361 | 143 | 0 | 0 | 73 | 144 | 5 | 31 | 144 | 57 |
| Binary | 11110001 | 1100011 | 0 | 0 | 111011 | 1100100 | 101 | 11001 | 1100100 | 101111 |
Color Harmonies of #F16300
Complementary color
Monochromatic Colors of #F16300
Black with #F16300
Text Example
Text Example
White with #F16300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16300; }
p { color: rgb(241,99,0); }
H1.HeaderClassName
{
color: #F16300;
}
.AnyTagClassName
{
color: #F16300;
}
</style>
background-color css
<style>
a { background-color: #F16300; }
a { background-color: rgb(241,99,0); }
div.DivClassName
{
background-color: #F16300;
}
.BgClassName
{
background-color: #F16300;
}
</style>
border-color css
<style>
span { border-color: #F16300; }
span { border-color: rgb(241,99,0); }
td.TdClassName
{
border-color: #F16300;
}
.TagClassName
{
border-color: #F16300;
}
</style>