Shades of Persimmon #F15400
Tints of Persimmon #F15400
RGB
CMYK
RGB Variations
Color information
#F15400 (or 0xF15400) is known color: Persimmon. HEX triplet: F1, 54 and 00. RGB value is (241,84,0). Sum of RGB (Red+Green+Blue) = 241+84+0=325 (43% of max value = 765). Red value is 241 (94.53% from 255 or 74.15% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 0 (0.39% from 255 or 0% from 325); Max value from RGB is 241 - color contains mainly: red. Hex color #F15400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15400 is #0EABFF. Grayscale: #797979. Windows color (decimal): -961536 or 21745. OLE color: 21745.
HSL color Cylindrical-coordinate representation of color #F15400: hue angle of 20.91º 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 #F15400 is Cyan = 0, Magento = 0.65, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 0 | - |
| CMYK | 0 | 0.65 | 1 | 0.05 |
| HSL | 20.91º | 1% | 0.47% | - |
| HSV(B) | 20.91º | 1% | 0.95% | - |
| XYZ | 39.45 | 25.04 | 2.75 | - |
| YUV | 121.37 | 59.51 | 213.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 0 | 0 | 0.65 | 1 | 0.05 | 20.91 | 1 | 0.47 |
| Hex | F1 | 54 | 0 | 0 | 41 | 64 | 5 | 15 | 64 | 2F |
| Octal | 361 | 124 | 0 | 0 | 101 | 144 | 5 | 25 | 144 | 57 |
| Binary | 11110001 | 1010100 | 0 | 0 | 1000001 | 1100100 | 101 | 10101 | 1100100 | 101111 |
Color Harmonies of #F15400
Complementary color
Monochromatic Colors of #F15400
Black with #F15400
Text Example
Text Example
White with #F15400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15400; }
p { color: rgb(241,84,0); }
H1.HeaderClassName
{
color: #F15400;
}
.AnyTagClassName
{
color: #F15400;
}
</style>
background-color css
<style>
a { background-color: #F15400; }
a { background-color: rgb(241,84,0); }
div.DivClassName
{
background-color: #F15400;
}
.BgClassName
{
background-color: #F15400;
}
</style>
border-color css
<style>
span { border-color: #F15400; }
span { border-color: rgb(241,84,0); }
td.TdClassName
{
border-color: #F15400;
}
.TagClassName
{
border-color: #F15400;
}
</style>