Shades of Persimmon #F15403
Tints of Persimmon #F15403
RGB
CMYK
RGB Variations
Color information
#F15403 (or 0xF15403) is known color: Persimmon. HEX triplet: F1, 54 and 03. RGB value is (241,84,3). Sum of RGB (Red+Green+Blue) = 241+84+3=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 84 (33.20% from 255 or 25.61% from 328); Blue value is 3 (1.56% from 255 or 0.91% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F15403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15403 is #0EABFC. Grayscale: #7A7A7A. Windows color (decimal): -961533 or 218353. OLE color: 218353.
HSL color Cylindrical-coordinate representation of color #F15403: hue angle of 20.42º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F15403 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 3 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.05 |
| HSL | 20.42º | 0.98% | 0.48% | - |
| HSV(B) | 20.42º | 0.99% | 0.95% | - |
| XYZ | 39.46 | 25.05 | 2.84 | - |
| YUV | 121.71 | 61.01 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 3 | 0 | 0.65 | 0.99 | 0.05 | 20.42 | 0.98 | 0.48 |
| Hex | F1 | 54 | 3 | 0 | 41 | 63 | 5 | 14 | 62 | 30 |
| Octal | 361 | 124 | 3 | 0 | 101 | 143 | 5 | 24 | 142 | 60 |
| Binary | 11110001 | 1010100 | 11 | 0 | 1000001 | 1100011 | 101 | 10100 | 1100010 | 110000 |
Color Harmonies of #F15403
Complementary color
Monochromatic Colors of #F15403
Black with #F15403
Text Example
Text Example
White with #F15403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15403; }
p { color: rgb(241,84,3); }
H1.HeaderClassName
{
color: #F15403;
}
.AnyTagClassName
{
color: #F15403;
}
</style>
background-color css
<style>
a { background-color: #F15403; }
a { background-color: rgb(241,84,3); }
div.DivClassName
{
background-color: #F15403;
}
.BgClassName
{
background-color: #F15403;
}
</style>
border-color css
<style>
span { border-color: #F15403; }
span { border-color: rgb(241,84,3); }
td.TdClassName
{
border-color: #F15403;
}
.TagClassName
{
border-color: #F15403;
}
</style>