Shades of Persimmon #F4580B
Tints of Persimmon #F4580B
RGB
CMYK
RGB Variations
Color information
#F4580B (or 0xF4580B) is known color: Persimmon. HEX triplet: F4, 58 and 0B. RGB value is (244,88,11). Sum of RGB (Red+Green+Blue) = 244+88+11=343 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.14% from 343); Green value is 88 (34.77% from 255 or 25.66% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 244 - color contains mainly: red. Hex color #F4580B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4580B is #0BA7F4. Grayscale: #7E7E7E. Windows color (decimal): -763893 or 743668. OLE color: 743668.
HSL color Cylindrical-coordinate representation of color #F4580B: hue angle of 19.83º 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 #F4580B is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 88 | 11 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.04 |
| HSL | 19.83º | 0.91% | 0.5% | - |
| HSV(B) | 19.83º | 0.95% | 0.96% | - |
| XYZ | 40.86 | 26.24 | 3.23 | - |
| YUV | 125.87 | 63.18 | 212.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 88 | 11 | 0 | 0.64 | 0.95 | 0.04 | 19.83 | 0.91 | 0.5 |
| Hex | F4 | 58 | B | 0 | 40 | 5F | 4 | 14 | 5B | 32 |
| Octal | 364 | 130 | 13 | 0 | 100 | 137 | 4 | 24 | 133 | 62 |
| Binary | 11110100 | 1011000 | 1011 | 0 | 1000000 | 1011111 | 100 | 10100 | 1011011 | 110010 |
Color Harmonies of #F4580B
Complementary color
Monochromatic Colors of #F4580B
Black with #F4580B
Text Example
Text Example
White with #F4580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4580B; }
p { color: rgb(244,88,11); }
H1.HeaderClassName
{
color: #F4580B;
}
.AnyTagClassName
{
color: #F4580B;
}
</style>
background-color css
<style>
a { background-color: #F4580B; }
a { background-color: rgb(244,88,11); }
div.DivClassName
{
background-color: #F4580B;
}
.BgClassName
{
background-color: #F4580B;
}
</style>
border-color css
<style>
span { border-color: #F4580B; }
span { border-color: rgb(244,88,11); }
td.TdClassName
{
border-color: #F4580B;
}
.TagClassName
{
border-color: #F4580B;
}
</style>