Shades of Persimmon #F15000
Tints of Persimmon #F15000
RGB
CMYK
RGB Variations
Color information
#F15000 (or 0xF15000) is known color: Persimmon. HEX triplet: F1, 50 and 00. RGB value is (241,80,0). Sum of RGB (Red+Green+Blue) = 241+80+0=321 (42% of max value = 765). Red value is 241 (94.53% from 255 or 75.08% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 241 - color contains mainly: red. Hex color #F15000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15000 is #0EAFFF. Grayscale: #777777. Windows color (decimal): -962560 or 20721. OLE color: 20721.
HSL color Cylindrical-coordinate representation of color #F15000: hue angle of 19.92º 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 #F15000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.05 |
| HSL | 19.92º | 1% | 0.47% | - |
| HSV(B) | 19.92º | 1% | 0.95% | - |
| XYZ | 39.14 | 24.44 | 2.65 | - |
| YUV | 119.02 | 60.84 | 215 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 0 | 0 | 0.67 | 1 | 0.05 | 19.92 | 1 | 0.47 |
| Hex | F1 | 50 | 0 | 0 | 43 | 64 | 5 | 14 | 64 | 2F |
| Octal | 361 | 120 | 0 | 0 | 103 | 144 | 5 | 24 | 144 | 57 |
| Binary | 11110001 | 1010000 | 0 | 0 | 1000011 | 1100100 | 101 | 10100 | 1100100 | 101111 |
Color Harmonies of #F15000
Complementary color
Monochromatic Colors of #F15000
Black with #F15000
Text Example
Text Example
White with #F15000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15000; }
p { color: rgb(241,80,0); }
H1.HeaderClassName
{
color: #F15000;
}
.AnyTagClassName
{
color: #F15000;
}
</style>
background-color css
<style>
a { background-color: #F15000; }
a { background-color: rgb(241,80,0); }
div.DivClassName
{
background-color: #F15000;
}
.BgClassName
{
background-color: #F15000;
}
</style>
border-color css
<style>
span { border-color: #F15000; }
span { border-color: rgb(241,80,0); }
td.TdClassName
{
border-color: #F15000;
}
.TagClassName
{
border-color: #F15000;
}
</style>