Shades of Persimmon #F0540F
Tints of Persimmon #F0540F
RGB
CMYK
RGB Variations
Color information
#F0540F (or 0xF0540F) is known color: Persimmon. HEX triplet: F0, 54 and 0F. RGB value is (240,84,15). Sum of RGB (Red+Green+Blue) = 240+84+15=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 84 (33.20% from 255 or 24.78% from 339); Blue value is 15 (6.25% from 255 or 4.42% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F0540F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F0540F is #0FABF0. Grayscale: #7B7B7B. Windows color (decimal): -1027057 or 1004784. OLE color: 1004784.
HSL color Cylindrical-coordinate representation of color #F0540F: hue angle of 18.4º 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 #F0540F is Cyan = 0, Magento = 0.65, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 84 | 15 | - |
| CMYK | 0 | 0.65 | 0.94 | 0.06 |
| HSL | 18.4º | 0.88% | 0.5% | - |
| HSV(B) | 18.4º | 0.94% | 0.94% | - |
| XYZ | 39.19 | 24.9 | 3.19 | - |
| YUV | 122.78 | 67.18 | 211.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 84 | 15 | 0 | 0.65 | 0.94 | 0.06 | 18.4 | 0.88 | 0.5 |
| Hex | F0 | 54 | F | 0 | 41 | 5E | 6 | 12 | 58 | 32 |
| Octal | 360 | 124 | 17 | 0 | 101 | 136 | 6 | 22 | 130 | 62 |
| Binary | 11110000 | 1010100 | 1111 | 0 | 1000001 | 1011110 | 110 | 10010 | 1011000 | 110010 |
Color Harmonies of #F0540F
Complementary color
Monochromatic Colors of #F0540F
Black with #F0540F
Text Example
Text Example
White with #F0540F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0540F; }
p { color: rgb(240,84,15); }
H1.HeaderClassName
{
color: #F0540F;
}
.AnyTagClassName
{
color: #F0540F;
}
</style>
background-color css
<style>
a { background-color: #F0540F; }
a { background-color: rgb(240,84,15); }
div.DivClassName
{
background-color: #F0540F;
}
.BgClassName
{
background-color: #F0540F;
}
</style>
border-color css
<style>
span { border-color: #F0540F; }
span { border-color: rgb(240,84,15); }
td.TdClassName
{
border-color: #F0540F;
}
.TagClassName
{
border-color: #F0540F;
}
</style>