Shades of Persimmon #F4561B
Tints of Persimmon #F4561B
RGB
CMYK
RGB Variations
Color information
#F4561B (or 0xF4561B) is known color: Persimmon. HEX triplet: F4, 56 and 1B. RGB value is (244,86,27). Sum of RGB (Red+Green+Blue) = 244+86+27=357 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.35% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 27 (10.94% from 255 or 7.56% from 357); Max value from RGB is 244 - color contains mainly: red. Hex color #F4561B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4561B is #0BA9E4. Grayscale: #7E7E7E. Windows color (decimal): -764389 or 1791732. OLE color: 1791732.
HSL color Cylindrical-coordinate representation of color #F4561B: hue angle of 16.31º 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 #F4561B is Cyan = 0, Magento = 0.65, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 86 | 27 | - |
| CMYK | 0 | 0.65 | 0.89 | 0.04 |
| HSL | 16.31º | 0.91% | 0.53% | - |
| HSV(B) | 16.31º | 0.89% | 0.96% | - |
| XYZ | 40.83 | 25.97 | 3.9 | - |
| YUV | 126.52 | 71.85 | 211.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 86 | 27 | 0 | 0.65 | 0.89 | 0.04 | 16.31 | 0.91 | 0.53 |
| Hex | F4 | 56 | 1B | 0 | 41 | 59 | 4 | 10 | 5B | 35 |
| Octal | 364 | 126 | 33 | 0 | 101 | 131 | 4 | 20 | 133 | 65 |
| Binary | 11110100 | 1010110 | 11011 | 0 | 1000001 | 1011001 | 100 | 10000 | 1011011 | 110101 |
Color Harmonies of #F4561B
Complementary color
Monochromatic Colors of #F4561B
Black with #F4561B
Text Example
Text Example
White with #F4561B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4561B; }
p { color: rgb(244,86,27); }
H1.HeaderClassName
{
color: #F4561B;
}
.AnyTagClassName
{
color: #F4561B;
}
</style>
background-color css
<style>
a { background-color: #F4561B; }
a { background-color: rgb(244,86,27); }
div.DivClassName
{
background-color: #F4561B;
}
.BgClassName
{
background-color: #F4561B;
}
</style>
border-color css
<style>
span { border-color: #F4561B; }
span { border-color: rgb(244,86,27); }
td.TdClassName
{
border-color: #F4561B;
}
.TagClassName
{
border-color: #F4561B;
}
</style>