Shades of Persimmon #F15A02
Tints of Persimmon #F15A02
RGB
CMYK
RGB Variations
Color information
#F15A02 (or 0xF15A02) is known color: Persimmon. HEX triplet: F1, 5A and 02. RGB value is (241,90,2). Sum of RGB (Red+Green+Blue) = 241+90+2=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15A02 is #0EA5FD. Grayscale: #7D7D7D. Windows color (decimal): -959998 or 154353. OLE color: 154353.
HSL color Cylindrical-coordinate representation of color #F15A02: hue angle of 22.09º 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 #F15A02 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.05 |
| HSL | 22.09º | 0.98% | 0.48% | - |
| HSV(B) | 22.09º | 0.99% | 0.95% | - |
| XYZ | 39.94 | 26.02 | 2.97 | - |
| YUV | 125.12 | 58.53 | 210.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 2 | 0 | 0.63 | 0.99 | 0.05 | 22.09 | 0.98 | 0.48 |
| Hex | F1 | 5A | 2 | 0 | 3F | 63 | 5 | 16 | 62 | 30 |
| Octal | 361 | 132 | 2 | 0 | 77 | 143 | 5 | 26 | 142 | 60 |
| Binary | 11110001 | 1011010 | 10 | 0 | 111111 | 1100011 | 101 | 10110 | 1100010 | 110000 |
Color Harmonies of #F15A02
Complementary color
Monochromatic Colors of #F15A02
Black with #F15A02
Text Example
Text Example
White with #F15A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A02; }
p { color: rgb(241,90,2); }
H1.HeaderClassName
{
color: #F15A02;
}
.AnyTagClassName
{
color: #F15A02;
}
</style>
background-color css
<style>
a { background-color: #F15A02; }
a { background-color: rgb(241,90,2); }
div.DivClassName
{
background-color: #F15A02;
}
.BgClassName
{
background-color: #F15A02;
}
</style>
border-color css
<style>
span { border-color: #F15A02; }
span { border-color: rgb(241,90,2); }
td.TdClassName
{
border-color: #F15A02;
}
.TagClassName
{
border-color: #F15A02;
}
</style>