Shades of Persimmon #F15008
Tints of Persimmon #F15008
RGB
CMYK
RGB Variations
Color information
#F15008 (or 0xF15008) is known color: Persimmon. HEX triplet: F1, 50 and 08. RGB value is (241,80,8). Sum of RGB (Red+Green+Blue) = 241+80+8=329 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.25% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 8 (3.52% from 255 or 2.43% from 329); Max value from RGB is 241 - color contains mainly: red. Hex color #F15008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15008 is #0EAFF7. Grayscale: #787878. Windows color (decimal): -962552 or 545009. OLE color: 545009.
HSL color Cylindrical-coordinate representation of color #F15008: hue angle of 18.54º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F15008 is Cyan = 0, Magento = 0.67, Yellow = 0.97 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 8 | - |
| CMYK | 0 | 0.67 | 0.97 | 0.05 |
| HSL | 18.54º | 0.94% | 0.49% | - |
| HSV(B) | 18.54º | 0.97% | 0.95% | - |
| XYZ | 39.19 | 24.46 | 2.88 | - |
| YUV | 119.93 | 64.84 | 214.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 8 | 0 | 0.67 | 0.97 | 0.05 | 18.54 | 0.94 | 0.49 |
| Hex | F1 | 50 | 8 | 0 | 43 | 61 | 5 | 13 | 5E | 31 |
| Octal | 361 | 120 | 10 | 0 | 103 | 141 | 5 | 23 | 136 | 61 |
| Binary | 11110001 | 1010000 | 1000 | 0 | 1000011 | 1100001 | 101 | 10011 | 1011110 | 110001 |
Color Harmonies of #F15008
Complementary color
Monochromatic Colors of #F15008
Black with #F15008
Text Example
Text Example
White with #F15008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15008; }
p { color: rgb(241,80,8); }
H1.HeaderClassName
{
color: #F15008;
}
.AnyTagClassName
{
color: #F15008;
}
</style>
background-color css
<style>
a { background-color: #F15008; }
a { background-color: rgb(241,80,8); }
div.DivClassName
{
background-color: #F15008;
}
.BgClassName
{
background-color: #F15008;
}
</style>
border-color css
<style>
span { border-color: #F15008; }
span { border-color: rgb(241,80,8); }
td.TdClassName
{
border-color: #F15008;
}
.TagClassName
{
border-color: #F15008;
}
</style>