Shades of Persimmon #F06603
Tints of Persimmon #F06603
RGB
CMYK
RGB Variations
Color information
#F06603 (or 0xF06603) is known color: Persimmon. HEX triplet: F0, 66 and 03. RGB value is (240,102,3). Sum of RGB (Red+Green+Blue) = 240+102+3=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 3 (1.56% from 255 or 0.87% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F06603 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06603 is #0F99FC. Grayscale: #848484. Windows color (decimal): -1022461 or 222960. OLE color: 222960.
HSL color Cylindrical-coordinate representation of color #F06603: hue angle of 25.06º 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 #F06603 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 102 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.06 |
| HSL | 25.06º | 0.98% | 0.48% | - |
| HSV(B) | 25.06º | 0.99% | 0.94% | - |
| XYZ | 40.7 | 28.03 | 3.35 | - |
| YUV | 131.98 | 55.22 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 102 | 3 | 0 | 0.58 | 0.99 | 0.06 | 25.06 | 0.98 | 0.48 |
| Hex | F0 | 66 | 3 | 0 | 3A | 63 | 6 | 19 | 62 | 30 |
| Octal | 360 | 146 | 3 | 0 | 72 | 143 | 6 | 31 | 142 | 60 |
| Binary | 11110000 | 1100110 | 11 | 0 | 111010 | 1100011 | 110 | 11001 | 1100010 | 110000 |
Color Harmonies of #F06603
Complementary color
Monochromatic Colors of #F06603
Black with #F06603
Text Example
Text Example
White with #F06603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06603; }
p { color: rgb(240,102,3); }
H1.HeaderClassName
{
color: #F06603;
}
.AnyTagClassName
{
color: #F06603;
}
</style>
background-color css
<style>
a { background-color: #F06603; }
a { background-color: rgb(240,102,3); }
div.DivClassName
{
background-color: #F06603;
}
.BgClassName
{
background-color: #F06603;
}
</style>
border-color css
<style>
span { border-color: #F06603; }
span { border-color: rgb(240,102,3); }
td.TdClassName
{
border-color: #F06603;
}
.TagClassName
{
border-color: #F06603;
}
</style>