Shades of Persimmon #F4580C
Tints of Persimmon #F4580C
RGB
CMYK
RGB Variations
Color information
#F4580C (or 0xF4580C) is known color: Persimmon. HEX triplet: F4, 58 and 0C. RGB value is (244,88,12). Sum of RGB (Red+Green+Blue) = 244+88+12=344 (45% of max value = 765). Red value is 244 (95.70% from 255 or 70.93% from 344); Green value is 88 (34.77% from 255 or 25.58% from 344); Blue value is 12 (5.08% from 255 or 3.49% from 344); Max value from RGB is 244 - color contains mainly: red. Hex color #F4580C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4580C is #0BA7F3. Grayscale: #7E7E7E. Windows color (decimal): -763892 or 809204. OLE color: 809204.
HSL color Cylindrical-coordinate representation of color #F4580C: hue angle of 19.66º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F4580C is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 12 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.04 |
| HSL | 19.66º | 0.91% | 0.5% | - |
| HSV(B) | 19.66º | 0.95% | 0.96% | - |
| XYZ | 40.86 | 26.24 | 3.26 | - |
| YUV | 125.98 | 63.68 | 212.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 12 | 0 | 0.64 | 0.95 | 0.04 | 19.66 | 0.91 | 0.5 |
| Hex | F4 | 58 | C | 0 | 40 | 5F | 4 | 14 | 5B | 32 |
| Octal | 364 | 130 | 14 | 0 | 100 | 137 | 4 | 24 | 133 | 62 |
| Binary | 11110100 | 1011000 | 1100 | 0 | 1000000 | 1011111 | 100 | 10100 | 1011011 | 110010 |
Color Harmonies of #F4580C
Complementary color
Monochromatic Colors of #F4580C
Black with #F4580C
Text Example
Text Example
White with #F4580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4580C; }
p { color: rgb(244,88,12); }
H1.HeaderClassName
{
color: #F4580C;
}
.AnyTagClassName
{
color: #F4580C;
}
</style>
background-color css
<style>
a { background-color: #F4580C; }
a { background-color: rgb(244,88,12); }
div.DivClassName
{
background-color: #F4580C;
}
.BgClassName
{
background-color: #F4580C;
}
</style>
border-color css
<style>
span { border-color: #F4580C; }
span { border-color: rgb(244,88,12); }
td.TdClassName
{
border-color: #F4580C;
}
.TagClassName
{
border-color: #F4580C;
}
</style>