Shades of Persimmon #F05001
Tints of Persimmon #F05001
RGB
CMYK
RGB Variations
Color information
#F05001 (or 0xF05001) is known color: Persimmon. HEX triplet: F0, 50 and 01. RGB value is (240,80,1). Sum of RGB (Red+Green+Blue) = 240+80+1=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F05001 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F05001 is #0FAFFE. Grayscale: #777777. Windows color (decimal): -1028095 or 86256. OLE color: 86256.
HSL color Cylindrical-coordinate representation of color #F05001: hue angle of 19.83º 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 #F05001 is Cyan = 0, Magento = 0.67, Yellow = 1.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 1 | - |
| CMYK | 0 | 0.67 | 1.00 | 0.06 |
| HSL | 19.83º | 0.99% | 0.47% | - |
| HSV(B) | 19.83º | 1% | 0.94% | - |
| XYZ | 38.81 | 24.26 | 2.67 | - |
| YUV | 118.83 | 61.51 | 214.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 1 | 0 | 0.67 | 1.00 | 0.06 | 19.83 | 0.99 | 0.47 |
| Hex | F0 | 50 | 1 | 0 | 43 | 64 | 6 | 14 | 63 | 2F |
| Octal | 360 | 120 | 1 | 0 | 103 | 144 | 6 | 24 | 143 | 57 |
| Binary | 11110000 | 1010000 | 1 | 0 | 1000011 | 1100100 | 110 | 10100 | 1100011 | 101111 |
Color Harmonies of #F05001
Complementary color
Monochromatic Colors of #F05001
Black with #F05001
Text Example
Text Example
White with #F05001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F05001; }
p { color: rgb(240,80,1); }
H1.HeaderClassName
{
color: #F05001;
}
.AnyTagClassName
{
color: #F05001;
}
</style>
background-color css
<style>
a { background-color: #F05001; }
a { background-color: rgb(240,80,1); }
div.DivClassName
{
background-color: #F05001;
}
.BgClassName
{
background-color: #F05001;
}
</style>
border-color css
<style>
span { border-color: #F05001; }
span { border-color: rgb(240,80,1); }
td.TdClassName
{
border-color: #F05001;
}
.TagClassName
{
border-color: #F05001;
}
</style>