Shades of Persimmon #F06001
Tints of Persimmon #F06001
RGB
CMYK
RGB Variations
Color information
#F06001 (or 0xF06001) is known color: Persimmon. HEX triplet: F0, 60 and 01. RGB value is (240,96,1). Sum of RGB (Red+Green+Blue) = 240+96+1=337 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.22% from 337); Green value is 96 (37.89% from 255 or 28.49% from 337); Blue value is 1 (0.78% from 255 or 0.30% from 337); Max value from RGB is 240 - color contains mainly: red. Hex color #F06001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06001 is #0F9FFE. Grayscale: #808080. Windows color (decimal): -1023999 or 90352. OLE color: 90352.
HSL color Cylindrical-coordinate representation of color #F06001: hue angle of 23.85º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F06001 is Cyan = 0, Magento = 0.6, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 96 | 1 | - |
| CMYK | 0 | 0.6 | 1.00 | 0.06 |
| HSL | 23.85º | 0.99% | 0.47% | - |
| HSV(B) | 23.85º | 1% | 0.94% | - |
| XYZ | 40.12 | 26.89 | 3.1 | - |
| YUV | 128.23 | 56.21 | 207.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 96 | 1 | 0 | 0.6 | 1.00 | 0.06 | 23.85 | 0.99 | 0.47 |
| Hex | F0 | 60 | 1 | 0 | 3C | 64 | 6 | 18 | 63 | 2F |
| Octal | 360 | 140 | 1 | 0 | 74 | 144 | 6 | 30 | 143 | 57 |
| Binary | 11110000 | 1100000 | 1 | 0 | 111100 | 1100100 | 110 | 11000 | 1100011 | 101111 |
Color Harmonies of #F06001
Complementary color
Monochromatic Colors of #F06001
Black with #F06001
Text Example
Text Example
White with #F06001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06001; }
p { color: rgb(240,96,1); }
H1.HeaderClassName
{
color: #F06001;
}
.AnyTagClassName
{
color: #F06001;
}
</style>
background-color css
<style>
a { background-color: #F06001; }
a { background-color: rgb(240,96,1); }
div.DivClassName
{
background-color: #F06001;
}
.BgClassName
{
background-color: #F06001;
}
</style>
border-color css
<style>
span { border-color: #F06001; }
span { border-color: rgb(240,96,1); }
td.TdClassName
{
border-color: #F06001;
}
.TagClassName
{
border-color: #F06001;
}
</style>