Shades of Persimmon #F05201
Tints of Persimmon #F05201
RGB
CMYK
RGB Variations
Color information
#F05201 (or 0xF05201) is known color: Persimmon. HEX triplet: F0, 52 and 01. RGB value is (240,82,1). Sum of RGB (Red+Green+Blue) = 240+82+1=323 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.30% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 1 (0.78% from 255 or 0.31% from 323); Max value from RGB is 240 - color contains mainly: red. Hex color #F05201 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05201 is #0FADFE. Grayscale: #787878. Windows color (decimal): -1027583 or 86768. OLE color: 86768.
HSL color Cylindrical-coordinate representation of color #F05201: hue angle of 20.33º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F05201 is Cyan = 0, Magento = 0.66, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 82 | 1 | - |
| CMYK | 0 | 0.66 | 1.00 | 0.06 |
| HSL | 20.33º | 0.99% | 0.47% | - |
| HSV(B) | 20.33º | 1% | 0.94% | - |
| XYZ | 38.96 | 24.56 | 2.72 | - |
| YUV | 120.01 | 60.85 | 213.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 82 | 1 | 0 | 0.66 | 1.00 | 0.06 | 20.33 | 0.99 | 0.47 |
| Hex | F0 | 52 | 1 | 0 | 42 | 64 | 6 | 14 | 63 | 2F |
| Octal | 360 | 122 | 1 | 0 | 102 | 144 | 6 | 24 | 143 | 57 |
| Binary | 11110000 | 1010010 | 1 | 0 | 1000010 | 1100100 | 110 | 10100 | 1100011 | 101111 |
Color Harmonies of #F05201
Complementary color
Monochromatic Colors of #F05201
Black with #F05201
Text Example
Text Example
White with #F05201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05201; }
p { color: rgb(240,82,1); }
H1.HeaderClassName
{
color: #F05201;
}
.AnyTagClassName
{
color: #F05201;
}
</style>
background-color css
<style>
a { background-color: #F05201; }
a { background-color: rgb(240,82,1); }
div.DivClassName
{
background-color: #F05201;
}
.BgClassName
{
background-color: #F05201;
}
</style>
border-color css
<style>
span { border-color: #F05201; }
span { border-color: rgb(240,82,1); }
td.TdClassName
{
border-color: #F05201;
}
.TagClassName
{
border-color: #F05201;
}
</style>