Shades of Persimmon #F05E0D
Tints of Persimmon #F05E0D
RGB
CMYK
RGB Variations
Color information
#F05E0D (or 0xF05E0D) is known color: Persimmon. HEX triplet: F0, 5E and 0D. RGB value is (240,94,13). Sum of RGB (Red+Green+Blue) = 240+94+13=347 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.16% from 347); Green value is 94 (37.11% from 255 or 27.09% from 347); Blue value is 13 (5.47% from 255 or 3.75% from 347); Max value from RGB is 240 - color contains mainly: red. Hex color #F05E0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05E0D is #0FA1F2. Grayscale: #808080. Windows color (decimal): -1024499 or 876272. OLE color: 876272.
HSL color Cylindrical-coordinate representation of color #F05E0D: hue angle of 21.41º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F05E0D is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 94 | 13 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.06 |
| HSL | 21.41º | 0.9% | 0.5% | - |
| HSV(B) | 21.41º | 0.95% | 0.94% | - |
| XYZ | 40.01 | 26.56 | 3.4 | - |
| YUV | 128.42 | 62.87 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 94 | 13 | 0 | 0.61 | 0.95 | 0.06 | 21.41 | 0.9 | 0.5 |
| Hex | F0 | 5E | D | 0 | 3D | 5F | 6 | 15 | 5A | 32 |
| Octal | 360 | 136 | 15 | 0 | 75 | 137 | 6 | 25 | 132 | 62 |
| Binary | 11110000 | 1011110 | 1101 | 0 | 111101 | 1011111 | 110 | 10101 | 1011010 | 110010 |
Color Harmonies of #F05E0D
Complementary color
Monochromatic Colors of #F05E0D
Black with #F05E0D
Text Example
Text Example
White with #F05E0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05E0D; }
p { color: rgb(240,94,13); }
H1.HeaderClassName
{
color: #F05E0D;
}
.AnyTagClassName
{
color: #F05E0D;
}
</style>
background-color css
<style>
a { background-color: #F05E0D; }
a { background-color: rgb(240,94,13); }
div.DivClassName
{
background-color: #F05E0D;
}
.BgClassName
{
background-color: #F05E0D;
}
</style>
border-color css
<style>
span { border-color: #F05E0D; }
span { border-color: rgb(240,94,13); }
td.TdClassName
{
border-color: #F05E0D;
}
.TagClassName
{
border-color: #F05E0D;
}
</style>