Shades of Persimmon #F06306
Tints of Persimmon #F06306
RGB
CMYK
RGB Variations
Color information
#F06306 (or 0xF06306) is known color: Persimmon. HEX triplet: F0, 63 and 06. RGB value is (240,99,6). Sum of RGB (Red+Green+Blue) = 240+99+6=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 6 (2.73% from 255 or 1.74% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F06306 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06306 is #0F9CF9. Grayscale: #838383. Windows color (decimal): -1023226 or 418800. OLE color: 418800.
HSL color Cylindrical-coordinate representation of color #F06306: hue angle of 23.85º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F06306 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 99 | 6 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.06 |
| HSL | 23.85º | 0.95% | 0.48% | - |
| HSV(B) | 23.85º | 0.98% | 0.94% | - |
| XYZ | 40.43 | 27.46 | 3.34 | - |
| YUV | 130.56 | 57.71 | 206.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 99 | 6 | 0 | 0.59 | 0.98 | 0.06 | 23.85 | 0.95 | 0.48 |
| Hex | F0 | 63 | 6 | 0 | 3B | 62 | 6 | 18 | 5F | 30 |
| Octal | 360 | 143 | 6 | 0 | 73 | 142 | 6 | 30 | 137 | 60 |
| Binary | 11110000 | 1100011 | 110 | 0 | 111011 | 1100010 | 110 | 11000 | 1011111 | 110000 |
Color Harmonies of #F06306
Complementary color
Monochromatic Colors of #F06306
Black with #F06306
Text Example
Text Example
White with #F06306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06306; }
p { color: rgb(240,99,6); }
H1.HeaderClassName
{
color: #F06306;
}
.AnyTagClassName
{
color: #F06306;
}
</style>
background-color css
<style>
a { background-color: #F06306; }
a { background-color: rgb(240,99,6); }
div.DivClassName
{
background-color: #F06306;
}
.BgClassName
{
background-color: #F06306;
}
</style>
border-color css
<style>
span { border-color: #F06306; }
span { border-color: rgb(240,99,6); }
td.TdClassName
{
border-color: #F06306;
}
.TagClassName
{
border-color: #F06306;
}
</style>