Shades of Persimmon #F05A03
Tints of Persimmon #F05A03
RGB
CMYK
RGB Variations
Color information
#F05A03 (or 0xF05A03) is known color: Persimmon. HEX triplet: F0, 5A and 03. RGB value is (240,90,3). Sum of RGB (Red+Green+Blue) = 240+90+3=333 (44% of max value = 765). Red value is 240 (94.14% from 255 or 72.07% from 333); Green value is 90 (35.55% from 255 or 27.03% from 333); Blue value is 3 (1.56% from 255 or 0.90% from 333); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A03 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A03 is #0FA5FC. Grayscale: #7D7D7D. Windows color (decimal): -1025533 or 219888. OLE color: 219888.
HSL color Cylindrical-coordinate representation of color #F05A03: hue angle of 22.03º 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 #F05A03 is Cyan = 0, Magento = 0.62, Yellow = 0.99 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 3 | - |
| CMYK | 0 | 0.62 | 0.99 | 0.06 |
| HSL | 22.03º | 0.98% | 0.48% | - |
| HSV(B) | 22.03º | 0.99% | 0.94% | - |
| XYZ | 39.61 | 25.84 | 2.99 | - |
| YUV | 124.93 | 59.2 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 3 | 0 | 0.62 | 0.99 | 0.06 | 22.03 | 0.98 | 0.48 |
| Hex | F0 | 5A | 3 | 0 | 3E | 63 | 6 | 16 | 62 | 30 |
| Octal | 360 | 132 | 3 | 0 | 76 | 143 | 6 | 26 | 142 | 60 |
| Binary | 11110000 | 1011010 | 11 | 0 | 111110 | 1100011 | 110 | 10110 | 1100010 | 110000 |
Color Harmonies of #F05A03
Complementary color
Monochromatic Colors of #F05A03
Black with #F05A03
Text Example
Text Example
White with #F05A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A03; }
p { color: rgb(240,90,3); }
H1.HeaderClassName
{
color: #F05A03;
}
.AnyTagClassName
{
color: #F05A03;
}
</style>
background-color css
<style>
a { background-color: #F05A03; }
a { background-color: rgb(240,90,3); }
div.DivClassName
{
background-color: #F05A03;
}
.BgClassName
{
background-color: #F05A03;
}
</style>
border-color css
<style>
span { border-color: #F05A03; }
span { border-color: rgb(240,90,3); }
td.TdClassName
{
border-color: #F05A03;
}
.TagClassName
{
border-color: #F05A03;
}
</style>