Shades of Persimmon #F04D08
Tints of Persimmon #F04D08
RGB
CMYK
RGB Variations
Color information
#F04D08 (or 0xF04D08) is known color: Persimmon. HEX triplet: F0, 4D and 08. RGB value is (240,77,8). Sum of RGB (Red+Green+Blue) = 240+77+8=325 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.85% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 240 - color contains mainly: red. Hex color #F04D08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F04D08 is #0FB2F7. Grayscale: #767676. Windows color (decimal): -1028856 or 544240. OLE color: 544240.
HSL color Cylindrical-coordinate representation of color #F04D08: hue angle of 17.84º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F04D08 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 77 | 8 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.06 |
| HSL | 17.84º | 0.94% | 0.49% | - |
| HSV(B) | 17.84º | 0.97% | 0.94% | - |
| XYZ | 38.63 | 23.85 | 2.8 | - |
| YUV | 117.87 | 66 | 215.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 77 | 8 | 0 | 0.68 | 0.97 | 0.06 | 17.84 | 0.94 | 0.49 |
| Hex | F0 | 4D | 8 | 0 | 44 | 61 | 6 | 12 | 5E | 31 |
| Octal | 360 | 115 | 10 | 0 | 104 | 141 | 6 | 22 | 136 | 61 |
| Binary | 11110000 | 1001101 | 1000 | 0 | 1000100 | 1100001 | 110 | 10010 | 1011110 | 110001 |
Color Harmonies of #F04D08
Complementary color
Monochromatic Colors of #F04D08
Black with #F04D08
Text Example
Text Example
White with #F04D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04D08; }
p { color: rgb(240,77,8); }
H1.HeaderClassName
{
color: #F04D08;
}
.AnyTagClassName
{
color: #F04D08;
}
</style>
background-color css
<style>
a { background-color: #F04D08; }
a { background-color: rgb(240,77,8); }
div.DivClassName
{
background-color: #F04D08;
}
.BgClassName
{
background-color: #F04D08;
}
</style>
border-color css
<style>
span { border-color: #F04D08; }
span { border-color: rgb(240,77,8); }
td.TdClassName
{
border-color: #F04D08;
}
.TagClassName
{
border-color: #F04D08;
}
</style>