Shades of Persimmon #F06401
Tints of Persimmon #F06401
RGB
CMYK
RGB Variations
Color information
#F06401 (or 0xF06401) is known color: Persimmon. HEX triplet: F0, 64 and 01. RGB value is (240,100,1). Sum of RGB (Red+Green+Blue) = 240+100+1=341 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.38% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 1 (0.78% from 255 or 0.29% from 341); Max value from RGB is 240 - color contains mainly: red. Hex color #F06401 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06401 is #0F9BFE. Grayscale: #838383. Windows color (decimal): -1022975 or 91376. OLE color: 91376.
HSL color Cylindrical-coordinate representation of color #F06401: hue angle of 24.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 #F06401 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.06 |
| HSL | 24.85º | 0.99% | 0.47% | - |
| HSV(B) | 24.85º | 1% | 0.94% | - |
| XYZ | 40.5 | 27.64 | 3.23 | - |
| YUV | 130.57 | 54.88 | 206.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 1 | 0 | 0.58 | 1.00 | 0.06 | 24.85 | 0.99 | 0.47 |
| Hex | F0 | 64 | 1 | 0 | 3A | 64 | 6 | 19 | 63 | 2F |
| Octal | 360 | 144 | 1 | 0 | 72 | 144 | 6 | 31 | 143 | 57 |
| Binary | 11110000 | 1100100 | 1 | 0 | 111010 | 1100100 | 110 | 11001 | 1100011 | 101111 |
Color Harmonies of #F06401
Complementary color
Monochromatic Colors of #F06401
Black with #F06401
Text Example
Text Example
White with #F06401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06401; }
p { color: rgb(240,100,1); }
H1.HeaderClassName
{
color: #F06401;
}
.AnyTagClassName
{
color: #F06401;
}
</style>
background-color css
<style>
a { background-color: #F06401; }
a { background-color: rgb(240,100,1); }
div.DivClassName
{
background-color: #F06401;
}
.BgClassName
{
background-color: #F06401;
}
</style>
border-color css
<style>
span { border-color: #F06401; }
span { border-color: rgb(240,100,1); }
td.TdClassName
{
border-color: #F06401;
}
.TagClassName
{
border-color: #F06401;
}
</style>