Shades of Persimmon #F15D00
Tints of Persimmon #F15D00
RGB
CMYK
RGB Variations
Color information
#F15D00 (or 0xF15D00) is known color: Persimmon. HEX triplet: F1, 5D and 00. RGB value is (241,93,0). Sum of RGB (Red+Green+Blue) = 241+93+0=334 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.16% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 241 - color contains mainly: red. Hex color #F15D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15D00 is #0EA2FF. Grayscale: #7F7F7F. Windows color (decimal): -959232 or 24049. OLE color: 24049.
HSL color Cylindrical-coordinate representation of color #F15D00: hue angle of 23.15º 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 #F15D00 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 93 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.05 |
| HSL | 23.15º | 1% | 0.47% | - |
| HSV(B) | 23.15º | 1% | 0.95% | - |
| XYZ | 40.19 | 26.53 | 3 | - |
| YUV | 126.65 | 56.53 | 209.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 93 | 0 | 0 | 0.61 | 1 | 0.05 | 23.15 | 1 | 0.47 |
| Hex | F1 | 5D | 0 | 0 | 3D | 64 | 5 | 17 | 64 | 2F |
| Octal | 361 | 135 | 0 | 0 | 75 | 144 | 5 | 27 | 144 | 57 |
| Binary | 11110001 | 1011101 | 0 | 0 | 111101 | 1100100 | 101 | 10111 | 1100100 | 101111 |
Color Harmonies of #F15D00
Complementary color
Monochromatic Colors of #F15D00
Black with #F15D00
Text Example
Text Example
White with #F15D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15D00; }
p { color: rgb(241,93,0); }
H1.HeaderClassName
{
color: #F15D00;
}
.AnyTagClassName
{
color: #F15D00;
}
</style>
background-color css
<style>
a { background-color: #F15D00; }
a { background-color: rgb(241,93,0); }
div.DivClassName
{
background-color: #F15D00;
}
.BgClassName
{
background-color: #F15D00;
}
</style>
border-color css
<style>
span { border-color: #F15D00; }
span { border-color: rgb(241,93,0); }
td.TdClassName
{
border-color: #F15D00;
}
.TagClassName
{
border-color: #F15D00;
}
</style>