Shades of Persimmon #F4581C
Tints of Persimmon #F4581C
RGB
CMYK
RGB Variations
Color information
#F4581C (or 0xF4581C) is known color: Persimmon. HEX triplet: F4, 58 and 1C. RGB value is (244,88,28). Sum of RGB (Red+Green+Blue) = 244+88+28=360 (47% of max value = 765). Red value is 244 (95.70% from 255 or 67.78% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 28 (11.33% from 255 or 7.78% from 360); Max value from RGB is 244 - color contains mainly: red. Hex color #F4581C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4581C is #0BA7E3. Grayscale: #808080. Windows color (decimal): -763876 or 1857780. OLE color: 1857780.
HSL color Cylindrical-coordinate representation of color #F4581C: hue angle of 16.67º 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 #F4581C is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 28 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.04 |
| HSL | 16.67º | 0.91% | 0.53% | - |
| HSV(B) | 16.67º | 0.89% | 0.96% | - |
| XYZ | 41.01 | 26.3 | 4.01 | - |
| YUV | 127.8 | 71.68 | 210.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 28 | 0 | 0.64 | 0.89 | 0.04 | 16.67 | 0.91 | 0.53 |
| Hex | F4 | 58 | 1C | 0 | 40 | 59 | 4 | 11 | 5B | 35 |
| Octal | 364 | 130 | 34 | 0 | 100 | 131 | 4 | 21 | 133 | 65 |
| Binary | 11110100 | 1011000 | 11100 | 0 | 1000000 | 1011001 | 100 | 10001 | 1011011 | 110101 |
Color Harmonies of #F4581C
Complementary color
Monochromatic Colors of #F4581C
Black with #F4581C
Text Example
Text Example
White with #F4581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4581C; }
p { color: rgb(244,88,28); }
H1.HeaderClassName
{
color: #F4581C;
}
.AnyTagClassName
{
color: #F4581C;
}
</style>
background-color css
<style>
a { background-color: #F4581C; }
a { background-color: rgb(244,88,28); }
div.DivClassName
{
background-color: #F4581C;
}
.BgClassName
{
background-color: #F4581C;
}
</style>
border-color css
<style>
span { border-color: #F4581C; }
span { border-color: rgb(244,88,28); }
td.TdClassName
{
border-color: #F4581C;
}
.TagClassName
{
border-color: #F4581C;
}
</style>