Shades of Persimmon #F26309
Tints of Persimmon #F26309
RGB
CMYK
RGB Variations
Color information
#F26309 (or 0xF26309) is known color: Persimmon. HEX triplet: F2, 63 and 09. RGB value is (242,99,9). Sum of RGB (Red+Green+Blue) = 242+99+9=350 (46% of max value = 765). Red value is 242 (94.92% from 255 or 69.14% from 350); Green value is 99 (39.06% from 255 or 28.29% from 350); Blue value is 9 (3.91% from 255 or 2.57% from 350); Max value from RGB is 242 - color contains mainly: red. Hex color #F26309 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F26309 is #0D9CF6. Grayscale: #848484. Windows color (decimal): -892151 or 615410. OLE color: 615410.
HSL color Cylindrical-coordinate representation of color #F26309: hue angle of 23.18º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F26309 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 99 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.05 |
| HSL | 23.18º | 0.93% | 0.49% | - |
| HSV(B) | 23.18º | 0.96% | 0.95% | - |
| XYZ | 41.13 | 27.82 | 3.46 | - |
| YUV | 131.5 | 58.88 | 206.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 99 | 9 | 0 | 0.59 | 0.96 | 0.05 | 23.18 | 0.93 | 0.49 |
| Hex | F2 | 63 | 9 | 0 | 3B | 60 | 5 | 17 | 5D | 31 |
| Octal | 362 | 143 | 11 | 0 | 73 | 140 | 5 | 27 | 135 | 61 |
| Binary | 11110010 | 1100011 | 1001 | 0 | 111011 | 1100000 | 101 | 10111 | 1011101 | 110001 |
Color Harmonies of #F26309
Complementary color
Monochromatic Colors of #F26309
Black with #F26309
Text Example
Text Example
White with #F26309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26309; }
p { color: rgb(242,99,9); }
H1.HeaderClassName
{
color: #F26309;
}
.AnyTagClassName
{
color: #F26309;
}
</style>
background-color css
<style>
a { background-color: #F26309; }
a { background-color: rgb(242,99,9); }
div.DivClassName
{
background-color: #F26309;
}
.BgClassName
{
background-color: #F26309;
}
</style>
border-color css
<style>
span { border-color: #F26309; }
span { border-color: rgb(242,99,9); }
td.TdClassName
{
border-color: #F26309;
}
.TagClassName
{
border-color: #F26309;
}
</style>