Shades of Persimmon #F25B15
Tints of Persimmon #F25B15
RGB
CMYK
RGB Variations
Color information
#F25B15 (or 0xF25B15) is known color: Persimmon. HEX triplet: F2, 5B and 15. RGB value is (242,91,21). Sum of RGB (Red+Green+Blue) = 242+91+21=354 (46% of max value = 765). Red value is 242 (94.92% from 255 or 68.36% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 21 (8.59% from 255 or 5.93% from 354); Max value from RGB is 242 - color contains mainly: red. Hex color #F25B15 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F25B15 is #0DA4EA. Grayscale: #808080. Windows color (decimal): -894187 or 1399794. OLE color: 1399794.
HSL color Cylindrical-coordinate representation of color #F25B15: hue angle of 19º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F25B15 is Cyan = 0, Magento = 0.62, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 91 | 21 | - |
| CMYK | 0 | 0.62 | 0.91 | 0.05 |
| HSL | 19º | 0.89% | 0.52% | - |
| HSV(B) | 19º | 0.91% | 0.95% | - |
| XYZ | 40.49 | 26.41 | 3.67 | - |
| YUV | 128.17 | 67.53 | 209.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 91 | 21 | 0 | 0.62 | 0.91 | 0.05 | 19 | 0.89 | 0.52 |
| Hex | F2 | 5B | 15 | 0 | 3E | 5B | 5 | 13 | 59 | 34 |
| Octal | 362 | 133 | 25 | 0 | 76 | 133 | 5 | 23 | 131 | 64 |
| Binary | 11110010 | 1011011 | 10101 | 0 | 111110 | 1011011 | 101 | 10011 | 1011001 | 110100 |
Color Harmonies of #F25B15
Complementary color
Monochromatic Colors of #F25B15
Black with #F25B15
Text Example
Text Example
White with #F25B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F25B15; }
p { color: rgb(242,91,21); }
H1.HeaderClassName
{
color: #F25B15;
}
.AnyTagClassName
{
color: #F25B15;
}
</style>
background-color css
<style>
a { background-color: #F25B15; }
a { background-color: rgb(242,91,21); }
div.DivClassName
{
background-color: #F25B15;
}
.BgClassName
{
background-color: #F25B15;
}
</style>
border-color css
<style>
span { border-color: #F25B15; }
span { border-color: rgb(242,91,21); }
td.TdClassName
{
border-color: #F25B15;
}
.TagClassName
{
border-color: #F25B15;
}
</style>