Shades of Persimmon #F06403
Tints of Persimmon #F06403
RGB
CMYK
RGB Variations
Color information
#F06403 (or 0xF06403) is known color: Persimmon. HEX triplet: F0, 64 and 03. RGB value is (240,100,3). Sum of RGB (Red+Green+Blue) = 240+100+3=343 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.97% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 3 (1.56% from 255 or 0.87% from 343); Max value from RGB is 240 - color contains mainly: red. Hex color #F06403 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06403 is #0F9BFC. Grayscale: #838383. Windows color (decimal): -1022973 or 222448. OLE color: 222448.
HSL color Cylindrical-coordinate representation of color #F06403: hue angle of 24.56º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F06403 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 100 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.06 |
| HSL | 24.56º | 0.98% | 0.48% | - |
| HSV(B) | 24.56º | 0.99% | 0.94% | - |
| XYZ | 40.51 | 27.65 | 3.29 | - |
| YUV | 130.8 | 55.88 | 205.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 100 | 3 | 0 | 0.58 | 0.99 | 0.06 | 24.56 | 0.98 | 0.48 |
| Hex | F0 | 64 | 3 | 0 | 3A | 63 | 6 | 19 | 62 | 30 |
| Octal | 360 | 144 | 3 | 0 | 72 | 143 | 6 | 31 | 142 | 60 |
| Binary | 11110000 | 1100100 | 11 | 0 | 111010 | 1100011 | 110 | 11001 | 1100010 | 110000 |
Color Harmonies of #F06403
Complementary color
Monochromatic Colors of #F06403
Black with #F06403
Text Example
Text Example
White with #F06403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06403; }
p { color: rgb(240,100,3); }
H1.HeaderClassName
{
color: #F06403;
}
.AnyTagClassName
{
color: #F06403;
}
</style>
background-color css
<style>
a { background-color: #F06403; }
a { background-color: rgb(240,100,3); }
div.DivClassName
{
background-color: #F06403;
}
.BgClassName
{
background-color: #F06403;
}
</style>
border-color css
<style>
span { border-color: #F06403; }
span { border-color: rgb(240,100,3); }
td.TdClassName
{
border-color: #F06403;
}
.TagClassName
{
border-color: #F06403;
}
</style>