Shades of Persimmon #F4550C
Tints of Persimmon #F4550C
RGB
CMYK
RGB Variations
Color information
#F4550C (or 0xF4550C) is known color: Persimmon. HEX triplet: F4, 55 and 0C. RGB value is (244,85,12). Sum of RGB (Red+Green+Blue) = 244+85+12=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 12 (5.08% from 255 or 3.52% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F4550C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F4550C is #0BAAF3. Grayscale: #7C7C7C. Windows color (decimal): -764660 or 808436. OLE color: 808436.
HSL color Cylindrical-coordinate representation of color #F4550C: hue angle of 18.88º 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 #F4550C is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 85 | 12 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.04 |
| HSL | 18.88º | 0.91% | 0.5% | - |
| HSV(B) | 18.88º | 0.95% | 0.96% | - |
| XYZ | 40.62 | 25.76 | 3.18 | - |
| YUV | 124.22 | 64.68 | 213.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 85 | 12 | 0 | 0.65 | 0.95 | 0.04 | 18.88 | 0.91 | 0.5 |
| Hex | F4 | 55 | C | 0 | 41 | 5F | 4 | 13 | 5B | 32 |
| Octal | 364 | 125 | 14 | 0 | 101 | 137 | 4 | 23 | 133 | 62 |
| Binary | 11110100 | 1010101 | 1100 | 0 | 1000001 | 1011111 | 100 | 10011 | 1011011 | 110010 |
Color Harmonies of #F4550C
Complementary color
Monochromatic Colors of #F4550C
Black with #F4550C
Text Example
Text Example
White with #F4550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4550C; }
p { color: rgb(244,85,12); }
H1.HeaderClassName
{
color: #F4550C;
}
.AnyTagClassName
{
color: #F4550C;
}
</style>
background-color css
<style>
a { background-color: #F4550C; }
a { background-color: rgb(244,85,12); }
div.DivClassName
{
background-color: #F4550C;
}
.BgClassName
{
background-color: #F4550C;
}
</style>
border-color css
<style>
span { border-color: #F4550C; }
span { border-color: rgb(244,85,12); }
td.TdClassName
{
border-color: #F4550C;
}
.TagClassName
{
border-color: #F4550C;
}
</style>