Shades of Persimmon #F15B00
Tints of Persimmon #F15B00
RGB
CMYK
RGB Variations
Color information
#F15B00 (or 0xF15B00) is known color: Persimmon. HEX triplet: F1, 5B and 00. RGB value is (241,91,0). Sum of RGB (Red+Green+Blue) = 241+91+0=332 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.59% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 241 - color contains mainly: red. Hex color #F15B00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15B00 is #0EA4FF. Grayscale: #7D7D7D. Windows color (decimal): -959744 or 23537. OLE color: 23537.
HSL color Cylindrical-coordinate representation of color #F15B00: hue angle of 22.66º 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 #F15B00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 91 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.05 |
| HSL | 22.66º | 1% | 0.47% | - |
| HSV(B) | 22.66º | 1% | 0.95% | - |
| XYZ | 40.02 | 26.18 | 2.94 | - |
| YUV | 125.48 | 57.2 | 210.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 91 | 0 | 0 | 0.62 | 1 | 0.05 | 22.66 | 1 | 0.47 |
| Hex | F1 | 5B | 0 | 0 | 3E | 64 | 5 | 17 | 64 | 2F |
| Octal | 361 | 133 | 0 | 0 | 76 | 144 | 5 | 27 | 144 | 57 |
| Binary | 11110001 | 1011011 | 0 | 0 | 111110 | 1100100 | 101 | 10111 | 1100100 | 101111 |
Color Harmonies of #F15B00
Complementary color
Monochromatic Colors of #F15B00
Black with #F15B00
Text Example
Text Example
White with #F15B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15B00; }
p { color: rgb(241,91,0); }
H1.HeaderClassName
{
color: #F15B00;
}
.AnyTagClassName
{
color: #F15B00;
}
</style>
background-color css
<style>
a { background-color: #F15B00; }
a { background-color: rgb(241,91,0); }
div.DivClassName
{
background-color: #F15B00;
}
.BgClassName
{
background-color: #F15B00;
}
</style>
border-color css
<style>
span { border-color: #F15B00; }
span { border-color: rgb(241,91,0); }
td.TdClassName
{
border-color: #F15B00;
}
.TagClassName
{
border-color: #F15B00;
}
</style>