Shades of Persimmon #F0550F
Tints of Persimmon #F0550F
RGB
CMYK
RGB Variations
Color information
#F0550F (or 0xF0550F) is known color: Persimmon. HEX triplet: F0, 55 and 0F. RGB value is (240,85,15). Sum of RGB (Red+Green+Blue) = 240+85+15=340 (45% of max value = 765). Red value is 240 (94.14% from 255 or 70.59% from 340); Green value is 85 (33.59% from 255 or 25% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 240 - color contains mainly: red. Hex color #F0550F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0550F is #0FAAF0. Grayscale: #7B7B7B. Windows color (decimal): -1026801 or 1005040. OLE color: 1005040.
HSL color Cylindrical-coordinate representation of color #F0550F: hue angle of 18.67º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F0550F is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 85 | 15 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.06 |
| HSL | 18.67º | 0.88% | 0.5% | - |
| HSV(B) | 18.67º | 0.94% | 0.94% | - |
| XYZ | 39.27 | 25.06 | 3.22 | - |
| YUV | 123.37 | 66.85 | 211.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 85 | 15 | 0 | 0.65 | 0.94 | 0.06 | 18.67 | 0.88 | 0.5 |
| Hex | F0 | 55 | F | 0 | 41 | 5E | 6 | 13 | 58 | 32 |
| Octal | 360 | 125 | 17 | 0 | 101 | 136 | 6 | 23 | 130 | 62 |
| Binary | 11110000 | 1010101 | 1111 | 0 | 1000001 | 1011110 | 110 | 10011 | 1011000 | 110010 |
Color Harmonies of #F0550F
Complementary color
Monochromatic Colors of #F0550F
Black with #F0550F
Text Example
Text Example
White with #F0550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0550F; }
p { color: rgb(240,85,15); }
H1.HeaderClassName
{
color: #F0550F;
}
.AnyTagClassName
{
color: #F0550F;
}
</style>
background-color css
<style>
a { background-color: #F0550F; }
a { background-color: rgb(240,85,15); }
div.DivClassName
{
background-color: #F0550F;
}
.BgClassName
{
background-color: #F0550F;
}
</style>
border-color css
<style>
span { border-color: #F0550F; }
span { border-color: rgb(240,85,15); }
td.TdClassName
{
border-color: #F0550F;
}
.TagClassName
{
border-color: #F0550F;
}
</style>