Shades of Persimmon #F0521B
Tints of Persimmon #F0521B
RGB
CMYK
RGB Variations
Color information
#F0521B (or 0xF0521B) is known color: Persimmon. HEX triplet: F0, 52 and 1B. RGB value is (240,82,27). Sum of RGB (Red+Green+Blue) = 240+82+27=349 (46% of max value = 765). Red value is 240 (94.14% from 255 or 68.77% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 27 (10.94% from 255 or 7.74% from 349); Max value from RGB is 240 - color contains mainly: red. Hex color #F0521B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0521B is #0FADE4. Grayscale: #7B7B7B. Windows color (decimal): -1027557 or 1790704. OLE color: 1790704.
HSL color Cylindrical-coordinate representation of color #F0521B: hue angle of 15.49º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F0521B is Cyan = 0, Magento = 0.66, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 27 | - |
| CMYK | 0 | 0.66 | 0.89 | 0.06 |
| HSL | 15.49º | 0.88% | 0.52% | - |
| HSV(B) | 15.49º | 0.89% | 0.94% | - |
| XYZ | 39.15 | 24.64 | 3.73 | - |
| YUV | 122.97 | 73.85 | 211.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 27 | 0 | 0.66 | 0.89 | 0.06 | 15.49 | 0.88 | 0.52 |
| Hex | F0 | 52 | 1B | 0 | 42 | 59 | 6 | F | 58 | 34 |
| Octal | 360 | 122 | 33 | 0 | 102 | 131 | 6 | 17 | 130 | 64 |
| Binary | 11110000 | 1010010 | 11011 | 0 | 1000010 | 1011001 | 110 | 1111 | 1011000 | 110100 |
Color Harmonies of #F0521B
Complementary color
Monochromatic Colors of #F0521B
Black with #F0521B
Text Example
Text Example
White with #F0521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0521B; }
p { color: rgb(240,82,27); }
H1.HeaderClassName
{
color: #F0521B;
}
.AnyTagClassName
{
color: #F0521B;
}
</style>
background-color css
<style>
a { background-color: #F0521B; }
a { background-color: rgb(240,82,27); }
div.DivClassName
{
background-color: #F0521B;
}
.BgClassName
{
background-color: #F0521B;
}
</style>
border-color css
<style>
span { border-color: #F0521B; }
span { border-color: rgb(240,82,27); }
td.TdClassName
{
border-color: #F0521B;
}
.TagClassName
{
border-color: #F0521B;
}
</style>