Shades of Persimmon #F05A00
Tints of Persimmon #F05A00
RGB
CMYK
RGB Variations
Color information
#F05A00 (or 0xF05A00) is known color: Persimmon. HEX triplet: F0, 5A and 00. RGB value is (240,90,0). Sum of RGB (Red+Green+Blue) = 240+90+0=330 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.73% from 330); Green value is 90 (35.55% from 255 or 27.27% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A00 is #0FA5FF. Grayscale: #7D7D7D. Windows color (decimal): -1025536 or 23280. OLE color: 23280.
HSL color Cylindrical-coordinate representation of color #F05A00: hue angle of 22.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F05A00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.06 |
| HSL | 22.5º | 1% | 0.47% | - |
| HSV(B) | 22.5º | 1% | 0.94% | - |
| XYZ | 39.59 | 25.84 | 2.9 | - |
| YUV | 124.59 | 57.7 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 0 | 0 | 0.62 | 1 | 0.06 | 22.5 | 1 | 0.47 |
| Hex | F0 | 5A | 0 | 0 | 3E | 64 | 6 | 16 | 64 | 2F |
| Octal | 360 | 132 | 0 | 0 | 76 | 144 | 6 | 26 | 144 | 57 |
| Binary | 11110000 | 1011010 | 0 | 0 | 111110 | 1100100 | 110 | 10110 | 1100100 | 101111 |
Color Harmonies of #F05A00
Complementary color
Monochromatic Colors of #F05A00
Black with #F05A00
Text Example
Text Example
White with #F05A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A00; }
p { color: rgb(240,90,0); }
H1.HeaderClassName
{
color: #F05A00;
}
.AnyTagClassName
{
color: #F05A00;
}
</style>
background-color css
<style>
a { background-color: #F05A00; }
a { background-color: rgb(240,90,0); }
div.DivClassName
{
background-color: #F05A00;
}
.BgClassName
{
background-color: #F05A00;
}
</style>
border-color css
<style>
span { border-color: #F05A00; }
span { border-color: rgb(240,90,0); }
td.TdClassName
{
border-color: #F05A00;
}
.TagClassName
{
border-color: #F05A00;
}
</style>