Shades of Persimmon #F26015
Tints of Persimmon #F26015
RGB
CMYK
RGB Variations
Color information
#F26015 (or 0xF26015) is known color: Persimmon. HEX triplet: F2, 60 and 15. RGB value is (242,96,21). Sum of RGB (Red+Green+Blue) = 242+96+21=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 21 (8.59% from 255 or 5.85% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F26015 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26015 is #0D9FEA. Grayscale: #838383. Windows color (decimal): -892907 or 1401074. OLE color: 1401074.
HSL color Cylindrical-coordinate representation of color #F26015: hue angle of 20.36º 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 #F26015 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 96 | 21 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.05 |
| HSL | 20.36º | 0.89% | 0.52% | - |
| HSV(B) | 20.36º | 0.91% | 0.95% | - |
| XYZ | 40.94 | 27.3 | 3.82 | - |
| YUV | 131.1 | 65.87 | 207.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 96 | 21 | 0 | 0.60 | 0.91 | 0.05 | 20.36 | 0.89 | 0.52 |
| Hex | F2 | 60 | 15 | 0 | 3C | 5B | 5 | 14 | 59 | 34 |
| Octal | 362 | 140 | 25 | 0 | 74 | 133 | 5 | 24 | 131 | 64 |
| Binary | 11110010 | 1100000 | 10101 | 0 | 111100 | 1011011 | 101 | 10100 | 1011001 | 110100 |
Color Harmonies of #F26015
Complementary color
Monochromatic Colors of #F26015
Black with #F26015
Text Example
Text Example
White with #F26015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26015; }
p { color: rgb(242,96,21); }
H1.HeaderClassName
{
color: #F26015;
}
.AnyTagClassName
{
color: #F26015;
}
</style>
background-color css
<style>
a { background-color: #F26015; }
a { background-color: rgb(242,96,21); }
div.DivClassName
{
background-color: #F26015;
}
.BgClassName
{
background-color: #F26015;
}
</style>
border-color css
<style>
span { border-color: #F26015; }
span { border-color: rgb(242,96,21); }
td.TdClassName
{
border-color: #F26015;
}
.TagClassName
{
border-color: #F26015;
}
</style>