Shades of Persimmon #F05A1A
Tints of Persimmon #F05A1A
RGB
CMYK
RGB Variations
Color information
#F05A1A (or 0xF05A1A) is known color: Persimmon. HEX triplet: F0, 5A and 1A. RGB value is (240,90,26). Sum of RGB (Red+Green+Blue) = 240+90+26=356 (47% of max value = 765). Red value is 240 (94.14% from 255 or 67.42% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 240 - color contains mainly: red. Hex color #F05A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F05A1A is #0FA5E5. Grayscale: #7F7F7F. Windows color (decimal): -1025510 or 1727216. OLE color: 1727216.
HSL color Cylindrical-coordinate representation of color #F05A1A: hue angle of 17.94º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F05A1A is Cyan = 0, Magento = 0.62, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 90 | 26 | - |
| CMYK | 0 | 0.62 | 0.89 | 0.06 |
| HSL | 17.94º | 0.88% | 0.52% | - |
| HSV(B) | 17.94º | 0.89% | 0.94% | - |
| XYZ | 39.78 | 25.91 | 3.88 | - |
| YUV | 127.55 | 70.7 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 90 | 26 | 0 | 0.62 | 0.89 | 0.06 | 17.94 | 0.88 | 0.52 |
| Hex | F0 | 5A | 1A | 0 | 3E | 59 | 6 | 12 | 58 | 34 |
| Octal | 360 | 132 | 32 | 0 | 76 | 131 | 6 | 22 | 130 | 64 |
| Binary | 11110000 | 1011010 | 11010 | 0 | 111110 | 1011001 | 110 | 10010 | 1011000 | 110100 |
Color Harmonies of #F05A1A
Complementary color
Monochromatic Colors of #F05A1A
Black with #F05A1A
Text Example
Text Example
White with #F05A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05A1A; }
p { color: rgb(240,90,26); }
H1.HeaderClassName
{
color: #F05A1A;
}
.AnyTagClassName
{
color: #F05A1A;
}
</style>
background-color css
<style>
a { background-color: #F05A1A; }
a { background-color: rgb(240,90,26); }
div.DivClassName
{
background-color: #F05A1A;
}
.BgClassName
{
background-color: #F05A1A;
}
</style>
border-color css
<style>
span { border-color: #F05A1A; }
span { border-color: rgb(240,90,26); }
td.TdClassName
{
border-color: #F05A1A;
}
.TagClassName
{
border-color: #F05A1A;
}
</style>