Shades of Persimmon #F0531D
Tints of Persimmon #F0531D
RGB
CMYK
RGB Variations
Color information
#F0531D (or 0xF0531D) is known color: Persimmon. HEX triplet: F0, 53 and 1D. RGB value is (240,83,29). Sum of RGB (Red+Green+Blue) = 240+83+29=352 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.18% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 29 (11.72% from 255 or 8.24% from 352); Max value from RGB is 240 - color contains mainly: red. Hex color #F0531D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0531D is #0FACE2. Grayscale: #7C7C7C. Windows color (decimal): -1027299 or 1922032. OLE color: 1922032.
HSL color Cylindrical-coordinate representation of color #F0531D: hue angle of 15.36º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0531D is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 83 | 29 | - |
| CMYK | 0 | 0.65 | 0.88 | 0.06 |
| HSL | 15.36º | 0.88% | 0.53% | - |
| HSV(B) | 15.36º | 0.88% | 0.94% | - |
| XYZ | 39.25 | 24.8 | 3.88 | - |
| YUV | 123.79 | 74.51 | 210.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 83 | 29 | 0 | 0.65 | 0.88 | 0.06 | 15.36 | 0.88 | 0.53 |
| Hex | F0 | 53 | 1D | 0 | 41 | 58 | 6 | F | 58 | 35 |
| Octal | 360 | 123 | 35 | 0 | 101 | 130 | 6 | 17 | 130 | 65 |
| Binary | 11110000 | 1010011 | 11101 | 0 | 1000001 | 1011000 | 110 | 1111 | 1011000 | 110101 |
Color Harmonies of #F0531D
Complementary color
Monochromatic Colors of #F0531D
Black with #F0531D
Text Example
Text Example
White with #F0531D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0531D; }
p { color: rgb(240,83,29); }
H1.HeaderClassName
{
color: #F0531D;
}
.AnyTagClassName
{
color: #F0531D;
}
</style>
background-color css
<style>
a { background-color: #F0531D; }
a { background-color: rgb(240,83,29); }
div.DivClassName
{
background-color: #F0531D;
}
.BgClassName
{
background-color: #F0531D;
}
</style>
border-color css
<style>
span { border-color: #F0531D; }
span { border-color: rgb(240,83,29); }
td.TdClassName
{
border-color: #F0531D;
}
.TagClassName
{
border-color: #F0531D;
}
</style>