Shades of Persimmon #F4540C
Tints of Persimmon #F4540C
RGB
CMYK
RGB Variations
Color information
#F4540C (or 0xF4540C) is known color: Persimmon. HEX triplet: F4, 54 and 0C. RGB value is (244,84,12). Sum of RGB (Red+Green+Blue) = 244+84+12=340 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.76% from 340); Green value is 84 (33.20% from 255 or 24.71% from 340); Blue value is 12 (5.08% from 255 or 3.53% from 340); Max value from RGB is 244 - color contains mainly: red. Hex color #F4540C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4540C is #0BABF3. Grayscale: #7C7C7C. Windows color (decimal): -764916 or 808180. OLE color: 808180.
HSL color Cylindrical-coordinate representation of color #F4540C: hue angle of 18.62º 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 #F4540C is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 84 | 12 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.04 |
| HSL | 18.62º | 0.91% | 0.5% | - |
| HSV(B) | 18.62º | 0.95% | 0.96% | - |
| XYZ | 40.54 | 25.6 | 3.15 | - |
| YUV | 123.63 | 65.01 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 84 | 12 | 0 | 0.66 | 0.95 | 0.04 | 18.62 | 0.91 | 0.5 |
| Hex | F4 | 54 | C | 0 | 42 | 5F | 4 | 13 | 5B | 32 |
| Octal | 364 | 124 | 14 | 0 | 102 | 137 | 4 | 23 | 133 | 62 |
| Binary | 11110100 | 1010100 | 1100 | 0 | 1000010 | 1011111 | 100 | 10011 | 1011011 | 110010 |
Color Harmonies of #F4540C
Complementary color
Monochromatic Colors of #F4540C
Black with #F4540C
Text Example
Text Example
White with #F4540C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4540C; }
p { color: rgb(244,84,12); }
H1.HeaderClassName
{
color: #F4540C;
}
.AnyTagClassName
{
color: #F4540C;
}
</style>
background-color css
<style>
a { background-color: #F4540C; }
a { background-color: rgb(244,84,12); }
div.DivClassName
{
background-color: #F4540C;
}
.BgClassName
{
background-color: #F4540C;
}
</style>
border-color css
<style>
span { border-color: #F4540C; }
span { border-color: rgb(244,84,12); }
td.TdClassName
{
border-color: #F4540C;
}
.TagClassName
{
border-color: #F4540C;
}
</style>