Shades of Persimmon #F05000
Tints of Persimmon #F05000
RGB
CMYK
RGB Variations
Color information
#F05000 (or 0xF05000) is known color: Persimmon. HEX triplet: F0, 50 and 00. RGB value is (240,80,0). Sum of RGB (Red+Green+Blue) = 240+80+0=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F05000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05000 is #0FAFFF. Grayscale: #777777. Windows color (decimal): -1028096 or 20720. OLE color: 20720.
HSL color Cylindrical-coordinate representation of color #F05000: hue angle of 20º 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 #F05000 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.06 |
| HSL | 20º | 1% | 0.47% | - |
| HSV(B) | 20º | 1% | 0.94% | - |
| XYZ | 38.8 | 24.26 | 2.64 | - |
| YUV | 118.72 | 61.01 | 214.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 0 | 0 | 0.67 | 1 | 0.06 | 20 | 1 | 0.47 |
| Hex | F0 | 50 | 0 | 0 | 43 | 64 | 6 | 14 | 64 | 2F |
| Octal | 360 | 120 | 0 | 0 | 103 | 144 | 6 | 24 | 144 | 57 |
| Binary | 11110000 | 1010000 | 0 | 0 | 1000011 | 1100100 | 110 | 10100 | 1100100 | 101111 |
Color Harmonies of #F05000
Complementary color
Monochromatic Colors of #F05000
Black with #F05000
Text Example
Text Example
White with #F05000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05000; }
p { color: rgb(240,80,0); }
H1.HeaderClassName
{
color: #F05000;
}
.AnyTagClassName
{
color: #F05000;
}
</style>
background-color css
<style>
a { background-color: #F05000; }
a { background-color: rgb(240,80,0); }
div.DivClassName
{
background-color: #F05000;
}
.BgClassName
{
background-color: #F05000;
}
</style>
border-color css
<style>
span { border-color: #F05000; }
span { border-color: rgb(240,80,0); }
td.TdClassName
{
border-color: #F05000;
}
.TagClassName
{
border-color: #F05000;
}
</style>