Shades of Persimmon #F4561A
Tints of Persimmon #F4561A
RGB
CMYK
RGB Variations
Color information
#F4561A (or 0xF4561A) is known color: Persimmon. HEX triplet: F4, 56 and 1A. RGB value is (244,86,26). Sum of RGB (Red+Green+Blue) = 244+86+26=356 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.54% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 26 (10.55% from 255 or 7.30% from 356); Max value from RGB is 244 - color contains mainly: red. Hex color #F4561A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4561A is #0BA9E5. Grayscale: #7E7E7E. Windows color (decimal): -764390 or 1726196. OLE color: 1726196.
HSL color Cylindrical-coordinate representation of color #F4561A: hue angle of 16.51º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4561A is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 26 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.04 |
| HSL | 16.51º | 0.91% | 0.53% | - |
| HSV(B) | 16.51º | 0.89% | 0.96% | - |
| XYZ | 40.82 | 25.96 | 3.84 | - |
| YUV | 126.4 | 71.35 | 211.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 26 | 0 | 0.65 | 0.89 | 0.04 | 16.51 | 0.91 | 0.53 |
| Hex | F4 | 56 | 1A | 0 | 41 | 59 | 4 | 11 | 5B | 35 |
| Octal | 364 | 126 | 32 | 0 | 101 | 131 | 4 | 21 | 133 | 65 |
| Binary | 11110100 | 1010110 | 11010 | 0 | 1000001 | 1011001 | 100 | 10001 | 1011011 | 110101 |
Color Harmonies of #F4561A
Complementary color
Monochromatic Colors of #F4561A
Black with #F4561A
Text Example
Text Example
White with #F4561A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4561A; }
p { color: rgb(244,86,26); }
H1.HeaderClassName
{
color: #F4561A;
}
.AnyTagClassName
{
color: #F4561A;
}
</style>
background-color css
<style>
a { background-color: #F4561A; }
a { background-color: rgb(244,86,26); }
div.DivClassName
{
background-color: #F4561A;
}
.BgClassName
{
background-color: #F4561A;
}
</style>
border-color css
<style>
span { border-color: #F4561A; }
span { border-color: rgb(244,86,26); }
td.TdClassName
{
border-color: #F4561A;
}
.TagClassName
{
border-color: #F4561A;
}
</style>