Shades of Persimmon #F05A0A
Tints of Persimmon #F05A0A
RGB
CMYK
RGB Variations
Color information
#F05A0A (or 0xF05A0A) is known color: Persimmon. HEX triplet: F0, 5A and 0A. RGB value is (240,90,10). Sum of RGB (Red+Green+Blue) = 240+90+10=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 90 (35.55% from 255 or 26.47% from 340); Blue value is 10 (4.30% from 255 or 2.94% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05A0A is #0FA5F5. Grayscale: #7E7E7E. Windows color (decimal): -1025526 or 678640. OLE color: 678640.
HSL color Cylindrical-coordinate representation of color #F05A0A: hue angle of 20.87º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F05A0A is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 10 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.06 |
| HSL | 20.87º | 0.92% | 0.49% | - |
| HSV(B) | 20.87º | 0.96% | 0.94% | - |
| XYZ | 39.65 | 25.86 | 3.19 | - |
| YUV | 125.73 | 62.7 | 209.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 10 | 0 | 0.62 | 0.96 | 0.06 | 20.87 | 0.92 | 0.49 |
| Hex | F0 | 5A | A | 0 | 3E | 60 | 6 | 15 | 5C | 31 |
| Octal | 360 | 132 | 12 | 0 | 76 | 140 | 6 | 25 | 134 | 61 |
| Binary | 11110000 | 1011010 | 1010 | 0 | 111110 | 1100000 | 110 | 10101 | 1011100 | 110001 |
Color Harmonies of #F05A0A
Complementary color
Monochromatic Colors of #F05A0A
Black with #F05A0A
Text Example
Text Example
White with #F05A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A0A; }
p { color: rgb(240,90,10); }
H1.HeaderClassName
{
color: #F05A0A;
}
.AnyTagClassName
{
color: #F05A0A;
}
</style>
background-color css
<style>
a { background-color: #F05A0A; }
a { background-color: rgb(240,90,10); }
div.DivClassName
{
background-color: #F05A0A;
}
.BgClassName
{
background-color: #F05A0A;
}
</style>
border-color css
<style>
span { border-color: #F05A0A; }
span { border-color: rgb(240,90,10); }
td.TdClassName
{
border-color: #F05A0A;
}
.TagClassName
{
border-color: #F05A0A;
}
</style>