Shades of Persimmon #F15F00
Tints of Persimmon #F15F00
RGB
CMYK
RGB Variations
Color information
#F15F00 (or 0xF15F00) is known color: Persimmon. HEX triplet: F1, 5F and 00. RGB value is (241,95,0). Sum of RGB (Red+Green+Blue) = 241+95+0=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 0 (0.39% from 255 or 0% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F15F00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15F00 is #0EA0FF. Grayscale: #808080. Windows color (decimal): -958720 or 24561. OLE color: 24561.
HSL color Cylindrical-coordinate representation of color #F15F00: hue angle of 23.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 #F15F00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 95 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.05 |
| HSL | 23.65º | 1% | 0.47% | - |
| HSV(B) | 23.65º | 1% | 0.95% | - |
| XYZ | 40.37 | 26.89 | 3.06 | - |
| YUV | 127.82 | 55.87 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 95 | 0 | 0 | 0.61 | 1 | 0.05 | 23.65 | 1 | 0.47 |
| Hex | F1 | 5F | 0 | 0 | 3D | 64 | 5 | 18 | 64 | 2F |
| Octal | 361 | 137 | 0 | 0 | 75 | 144 | 5 | 30 | 144 | 57 |
| Binary | 11110001 | 1011111 | 0 | 0 | 111101 | 1100100 | 101 | 11000 | 1100100 | 101111 |
Color Harmonies of #F15F00
Complementary color
Monochromatic Colors of #F15F00
Black with #F15F00
Text Example
Text Example
White with #F15F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15F00; }
p { color: rgb(241,95,0); }
H1.HeaderClassName
{
color: #F15F00;
}
.AnyTagClassName
{
color: #F15F00;
}
</style>
background-color css
<style>
a { background-color: #F15F00; }
a { background-color: rgb(241,95,0); }
div.DivClassName
{
background-color: #F15F00;
}
.BgClassName
{
background-color: #F15F00;
}
</style>
border-color css
<style>
span { border-color: #F15F00; }
span { border-color: rgb(241,95,0); }
td.TdClassName
{
border-color: #F15F00;
}
.TagClassName
{
border-color: #F15F00;
}
</style>