Shades of Persimmon #F0581A
Tints of Persimmon #F0581A
RGB
CMYK
RGB Variations
Color information
#F0581A (or 0xF0581A) is known color: Persimmon. HEX triplet: F0, 58 and 1A. RGB value is (240,88,26). Sum of RGB (Red+Green+Blue) = 240+88+26=354 (46% of max value = 765). Red value is 240 (94.14% from 255 or 67.80% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 240 - color contains mainly: red. Hex color #F0581A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0581A is #0FA7E5. Grayscale: #7E7E7E. Windows color (decimal): -1026022 or 1726704. OLE color: 1726704.
HSL color Cylindrical-coordinate representation of color #F0581A: hue angle of 17.38º 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 #F0581A is Cyan = 0, Magento = 0.63, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 88 | 26 | - |
| CMYK | 0 | 0.63 | 0.89 | 0.06 |
| HSL | 17.38º | 0.88% | 0.52% | - |
| HSV(B) | 17.38º | 0.89% | 0.94% | - |
| XYZ | 39.61 | 25.58 | 3.83 | - |
| YUV | 126.38 | 71.36 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 88 | 26 | 0 | 0.63 | 0.89 | 0.06 | 17.38 | 0.88 | 0.52 |
| Hex | F0 | 58 | 1A | 0 | 3F | 59 | 6 | 11 | 58 | 34 |
| Octal | 360 | 130 | 32 | 0 | 77 | 131 | 6 | 21 | 130 | 64 |
| Binary | 11110000 | 1011000 | 11010 | 0 | 111111 | 1011001 | 110 | 10001 | 1011000 | 110100 |
Color Harmonies of #F0581A
Complementary color
Monochromatic Colors of #F0581A
Black with #F0581A
Text Example
Text Example
White with #F0581A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0581A; }
p { color: rgb(240,88,26); }
H1.HeaderClassName
{
color: #F0581A;
}
.AnyTagClassName
{
color: #F0581A;
}
</style>
background-color css
<style>
a { background-color: #F0581A; }
a { background-color: rgb(240,88,26); }
div.DivClassName
{
background-color: #F0581A;
}
.BgClassName
{
background-color: #F0581A;
}
</style>
border-color css
<style>
span { border-color: #F0581A; }
span { border-color: rgb(240,88,26); }
td.TdClassName
{
border-color: #F0581A;
}
.TagClassName
{
border-color: #F0581A;
}
</style>