Shades of Persimmon #F0521C
Tints of Persimmon #F0521C
RGB
CMYK
RGB Variations
Color information
#F0521C (or 0xF0521C) is known color: Persimmon. HEX triplet: F0, 52 and 1C. RGB value is (240,82,28). Sum of RGB (Red+Green+Blue) = 240+82+28=350 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.57% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 240 - color contains mainly: red. Hex color #F0521C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0521C is #0FADE3. Grayscale: #7B7B7B. Windows color (decimal): -1027556 or 1856240. OLE color: 1856240.
HSL color Cylindrical-coordinate representation of color #F0521C: hue angle of 15.28º 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 #F0521C is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 28 | - |
| CMYK | 0 | 0.66 | 0.88 | 0.06 |
| HSL | 15.28º | 0.88% | 0.53% | - |
| HSV(B) | 15.28º | 0.88% | 0.94% | - |
| XYZ | 39.16 | 24.64 | 3.79 | - |
| YUV | 123.09 | 74.35 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 28 | 0 | 0.66 | 0.88 | 0.06 | 15.28 | 0.88 | 0.53 |
| Hex | F0 | 52 | 1C | 0 | 42 | 58 | 6 | F | 58 | 35 |
| Octal | 360 | 122 | 34 | 0 | 102 | 130 | 6 | 17 | 130 | 65 |
| Binary | 11110000 | 1010010 | 11100 | 0 | 1000010 | 1011000 | 110 | 1111 | 1011000 | 110101 |
Color Harmonies of #F0521C
Complementary color
Monochromatic Colors of #F0521C
Black with #F0521C
Text Example
Text Example
White with #F0521C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0521C; }
p { color: rgb(240,82,28); }
H1.HeaderClassName
{
color: #F0521C;
}
.AnyTagClassName
{
color: #F0521C;
}
</style>
background-color css
<style>
a { background-color: #F0521C; }
a { background-color: rgb(240,82,28); }
div.DivClassName
{
background-color: #F0521C;
}
.BgClassName
{
background-color: #F0521C;
}
</style>
border-color css
<style>
span { border-color: #F0521C; }
span { border-color: rgb(240,82,28); }
td.TdClassName
{
border-color: #F0521C;
}
.TagClassName
{
border-color: #F0521C;
}
</style>