Shades of Persimmon #F26301
Tints of Persimmon #F26301
RGB
CMYK
RGB Variations
Color information
#F26301 (or 0xF26301) is known color: Persimmon. HEX triplet: F2, 63 and 01. RGB value is (242,99,1). Sum of RGB (Red+Green+Blue) = 242+99+1=342 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.76% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 1 (0.78% from 255 or 0.29% from 342); Max value from RGB is 242 - color contains mainly: red. Hex color #F26301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26301 is #0D9CFE. Grayscale: #838383. Windows color (decimal): -892159 or 91122. OLE color: 91122.
HSL color Cylindrical-coordinate representation of color #F26301: hue angle of 24.4º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F26301 is Cyan = 0, Magento = 0.59, Yellow = 1.00 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 1 | - |
| CMYK | 0 | 0.59 | 1.00 | 0.05 |
| HSL | 24.4º | 0.99% | 0.48% | - |
| HSV(B) | 24.4º | 1% | 0.95% | - |
| XYZ | 41.09 | 27.8 | 3.23 | - |
| YUV | 130.59 | 54.88 | 207.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 1 | 0 | 0.59 | 1.00 | 0.05 | 24.4 | 0.99 | 0.48 |
| Hex | F2 | 63 | 1 | 0 | 3B | 64 | 5 | 18 | 63 | 30 |
| Octal | 362 | 143 | 1 | 0 | 73 | 144 | 5 | 30 | 143 | 60 |
| Binary | 11110010 | 1100011 | 1 | 0 | 111011 | 1100100 | 101 | 11000 | 1100011 | 110000 |
Color Harmonies of #F26301
Complementary color
Monochromatic Colors of #F26301
Black with #F26301
Text Example
Text Example
White with #F26301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26301; }
p { color: rgb(242,99,1); }
H1.HeaderClassName
{
color: #F26301;
}
.AnyTagClassName
{
color: #F26301;
}
</style>
background-color css
<style>
a { background-color: #F26301; }
a { background-color: rgb(242,99,1); }
div.DivClassName
{
background-color: #F26301;
}
.BgClassName
{
background-color: #F26301;
}
</style>
border-color css
<style>
span { border-color: #F26301; }
span { border-color: rgb(242,99,1); }
td.TdClassName
{
border-color: #F26301;
}
.TagClassName
{
border-color: #F26301;
}
</style>