Shades of Persimmon #F05D0C
Tints of Persimmon #F05D0C
RGB
CMYK
RGB Variations
Color information
#F05D0C (or 0xF05D0C) is known color: Persimmon. HEX triplet: F0, 5D and 0C. RGB value is (240,93,12). Sum of RGB (Red+Green+Blue) = 240+93+12=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 12 (5.08% from 255 or 3.48% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F05D0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05D0C is #0FA2F3. Grayscale: #808080. Windows color (decimal): -1024756 or 810480. OLE color: 810480.
HSL color Cylindrical-coordinate representation of color #F05D0C: hue angle of 21.32º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F05D0C is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 93 | 12 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.06 |
| HSL | 21.32º | 0.9% | 0.49% | - |
| HSV(B) | 21.32º | 0.95% | 0.94% | - |
| XYZ | 39.92 | 26.38 | 3.34 | - |
| YUV | 127.72 | 62.7 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 93 | 12 | 0 | 0.61 | 0.95 | 0.06 | 21.32 | 0.9 | 0.49 |
| Hex | F0 | 5D | C | 0 | 3D | 5F | 6 | 15 | 5A | 31 |
| Octal | 360 | 135 | 14 | 0 | 75 | 137 | 6 | 25 | 132 | 61 |
| Binary | 11110000 | 1011101 | 1100 | 0 | 111101 | 1011111 | 110 | 10101 | 1011010 | 110001 |
Color Harmonies of #F05D0C
Complementary color
Monochromatic Colors of #F05D0C
Black with #F05D0C
Text Example
Text Example
White with #F05D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05D0C; }
p { color: rgb(240,93,12); }
H1.HeaderClassName
{
color: #F05D0C;
}
.AnyTagClassName
{
color: #F05D0C;
}
</style>
background-color css
<style>
a { background-color: #F05D0C; }
a { background-color: rgb(240,93,12); }
div.DivClassName
{
background-color: #F05D0C;
}
.BgClassName
{
background-color: #F05D0C;
}
</style>
border-color css
<style>
span { border-color: #F05D0C; }
span { border-color: rgb(240,93,12); }
td.TdClassName
{
border-color: #F05D0C;
}
.TagClassName
{
border-color: #F05D0C;
}
</style>