Shades of Persimmon #F15500
Tints of Persimmon #F15500
RGB
CMYK
RGB Variations
Color information
#F15500 (or 0xF15500) is known color: Persimmon. HEX triplet: F1, 55 and 00. RGB value is (241,85,0). Sum of RGB (Red+Green+Blue) = 241+85+0=326 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.93% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 241 - color contains mainly: red. Hex color #F15500 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15500 is #0EAAFF. Grayscale: #7A7A7A. Windows color (decimal): -961280 or 22001. OLE color: 22001.
HSL color Cylindrical-coordinate representation of color #F15500: hue angle of 21.16º 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 #F15500 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 85 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.05 |
| HSL | 21.16º | 1% | 0.47% | - |
| HSV(B) | 21.16º | 1% | 0.95% | - |
| XYZ | 39.52 | 25.2 | 2.78 | - |
| YUV | 121.95 | 59.18 | 212.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 85 | 0 | 0 | 0.65 | 1 | 0.05 | 21.16 | 1 | 0.47 |
| Hex | F1 | 55 | 0 | 0 | 41 | 64 | 5 | 15 | 64 | 2F |
| Octal | 361 | 125 | 0 | 0 | 101 | 144 | 5 | 25 | 144 | 57 |
| Binary | 11110001 | 1010101 | 0 | 0 | 1000001 | 1100100 | 101 | 10101 | 1100100 | 101111 |
Color Harmonies of #F15500
Complementary color
Monochromatic Colors of #F15500
Black with #F15500
Text Example
Text Example
White with #F15500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15500; }
p { color: rgb(241,85,0); }
H1.HeaderClassName
{
color: #F15500;
}
.AnyTagClassName
{
color: #F15500;
}
</style>
background-color css
<style>
a { background-color: #F15500; }
a { background-color: rgb(241,85,0); }
div.DivClassName
{
background-color: #F15500;
}
.BgClassName
{
background-color: #F15500;
}
</style>
border-color css
<style>
span { border-color: #F15500; }
span { border-color: rgb(241,85,0); }
td.TdClassName
{
border-color: #F15500;
}
.TagClassName
{
border-color: #F15500;
}
</style>