Shades of Persimmon #F15004
Tints of Persimmon #F15004
RGB
CMYK
RGB Variations
Color information
#F15004 (or 0xF15004) is known color: Persimmon. HEX triplet: F1, 50 and 04. RGB value is (241,80,4). Sum of RGB (Red+Green+Blue) = 241+80+4=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 4 (1.95% from 255 or 1.23% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F15004 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15004 is #0EAFFB. Grayscale: #777777. Windows color (decimal): -962556 or 282865. OLE color: 282865.
HSL color Cylindrical-coordinate representation of color #F15004: hue angle of 19.24º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F15004 is Cyan = 0, Magento = 0.67, Yellow = 0.98 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 80 | 4 | - |
| CMYK | 0 | 0.67 | 0.98 | 0.05 |
| HSL | 19.24º | 0.97% | 0.48% | - |
| HSV(B) | 19.24º | 0.98% | 0.95% | - |
| XYZ | 39.17 | 24.45 | 2.77 | - |
| YUV | 119.48 | 62.84 | 214.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 80 | 4 | 0 | 0.67 | 0.98 | 0.05 | 19.24 | 0.97 | 0.48 |
| Hex | F1 | 50 | 4 | 0 | 43 | 62 | 5 | 13 | 61 | 30 |
| Octal | 361 | 120 | 4 | 0 | 103 | 142 | 5 | 23 | 141 | 60 |
| Binary | 11110001 | 1010000 | 100 | 0 | 1000011 | 1100010 | 101 | 10011 | 1100001 | 110000 |
Color Harmonies of #F15004
Complementary color
Monochromatic Colors of #F15004
Black with #F15004
Text Example
Text Example
White with #F15004
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15004; }
p { color: rgb(241,80,4); }
H1.HeaderClassName
{
color: #F15004;
}
.AnyTagClassName
{
color: #F15004;
}
</style>
background-color css
<style>
a { background-color: #F15004; }
a { background-color: rgb(241,80,4); }
div.DivClassName
{
background-color: #F15004;
}
.BgClassName
{
background-color: #F15004;
}
</style>
border-color css
<style>
span { border-color: #F15004; }
span { border-color: rgb(241,80,4); }
td.TdClassName
{
border-color: #F15004;
}
.TagClassName
{
border-color: #F15004;
}
</style>