Shades of Persimmon #F26102
Tints of Persimmon #F26102
RGB
CMYK
RGB Variations
Color information
#F26102 (or 0xF26102) is known color: Persimmon. HEX triplet: F2, 61 and 02. RGB value is (242,97,2). Sum of RGB (Red+Green+Blue) = 242+97+2=341 (45% of max value = 765). Red value is 242 (94.92% from 255 or 70.97% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 2 (1.17% from 255 or 0.59% from 341); Max value from RGB is 242 - color contains mainly: red. Hex color #F26102 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26102 is #0D9EFD. Grayscale: #828282. Windows color (decimal): -892670 or 156146. OLE color: 156146.
HSL color Cylindrical-coordinate representation of color #F26102: hue angle of 23.75º 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 #F26102 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 97 | 2 | - |
| CMYK | 0 | 0.60 | 0.99 | 0.05 |
| HSL | 23.75º | 0.98% | 0.48% | - |
| HSV(B) | 23.75º | 0.99% | 0.95% | - |
| XYZ | 40.9 | 27.43 | 3.2 | - |
| YUV | 129.53 | 56.04 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 97 | 2 | 0 | 0.60 | 0.99 | 0.05 | 23.75 | 0.98 | 0.48 |
| Hex | F2 | 61 | 2 | 0 | 3C | 63 | 5 | 18 | 62 | 30 |
| Octal | 362 | 141 | 2 | 0 | 74 | 143 | 5 | 30 | 142 | 60 |
| Binary | 11110010 | 1100001 | 10 | 0 | 111100 | 1100011 | 101 | 11000 | 1100010 | 110000 |
Color Harmonies of #F26102
Complementary color
Monochromatic Colors of #F26102
Black with #F26102
Text Example
Text Example
White with #F26102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26102; }
p { color: rgb(242,97,2); }
H1.HeaderClassName
{
color: #F26102;
}
.AnyTagClassName
{
color: #F26102;
}
</style>
background-color css
<style>
a { background-color: #F26102; }
a { background-color: rgb(242,97,2); }
div.DivClassName
{
background-color: #F26102;
}
.BgClassName
{
background-color: #F26102;
}
</style>
border-color css
<style>
span { border-color: #F26102; }
span { border-color: rgb(242,97,2); }
td.TdClassName
{
border-color: #F26102;
}
.TagClassName
{
border-color: #F26102;
}
</style>