Shades of Persimmon #F26302
Tints of Persimmon #F26302
RGB
CMYK
RGB Variations
Color information
#F26302 (or 0xF26302) is known color: Persimmon. HEX triplet: F2, 63 and 02. RGB value is (242,99,2). Sum of RGB (Red+Green+Blue) = 242+99+2=343 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.55% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 2 (1.17% from 255 or 0.58% from 343); Max value from RGB is 242 - color contains mainly: red. Hex color #F26302 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26302 is #0D9CFD. Grayscale: #838383. Windows color (decimal): -892158 or 156658. OLE color: 156658.
HSL color Cylindrical-coordinate representation of color #F26302: hue angle of 24.25º 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 #F26302 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 2 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.05 |
| HSL | 24.25º | 0.98% | 0.48% | - |
| HSV(B) | 24.25º | 0.99% | 0.95% | - |
| XYZ | 41.09 | 27.81 | 3.26 | - |
| YUV | 130.7 | 55.38 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 2 | 0 | 0.59 | 0.99 | 0.05 | 24.25 | 0.98 | 0.48 |
| Hex | F2 | 63 | 2 | 0 | 3B | 63 | 5 | 18 | 62 | 30 |
| Octal | 362 | 143 | 2 | 0 | 73 | 143 | 5 | 30 | 142 | 60 |
| Binary | 11110010 | 1100011 | 10 | 0 | 111011 | 1100011 | 101 | 11000 | 1100010 | 110000 |
Color Harmonies of #F26302
Complementary color
Monochromatic Colors of #F26302
Black with #F26302
Text Example
Text Example
White with #F26302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26302; }
p { color: rgb(242,99,2); }
H1.HeaderClassName
{
color: #F26302;
}
.AnyTagClassName
{
color: #F26302;
}
</style>
background-color css
<style>
a { background-color: #F26302; }
a { background-color: rgb(242,99,2); }
div.DivClassName
{
background-color: #F26302;
}
.BgClassName
{
background-color: #F26302;
}
</style>
border-color css
<style>
span { border-color: #F26302; }
span { border-color: rgb(242,99,2); }
td.TdClassName
{
border-color: #F26302;
}
.TagClassName
{
border-color: #F26302;
}
</style>