Shades of Persimmon #F0501A
Tints of Persimmon #F0501A
RGB
CMYK
RGB Variations
Color information
#F0501A (or 0xF0501A) is known color: Persimmon. HEX triplet: F0, 50 and 1A. RGB value is (240,80,26). Sum of RGB (Red+Green+Blue) = 240+80+26=346 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.36% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 240 - color contains mainly: red. Hex color #F0501A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0501A is #0FAFE5. Grayscale: #7A7A7A. Windows color (decimal): -1028070 or 1724656. OLE color: 1724656.
HSL color Cylindrical-coordinate representation of color #F0501A: hue angle of 15.14º 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 #F0501A is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 80 | 26 | - |
| CMYK | 0 | 0.67 | 0.89 | 0.06 |
| HSL | 15.14º | 0.88% | 0.52% | - |
| HSV(B) | 15.14º | 0.89% | 0.94% | - |
| XYZ | 38.99 | 24.34 | 3.62 | - |
| YUV | 121.68 | 74.01 | 212.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 80 | 26 | 0 | 0.67 | 0.89 | 0.06 | 15.14 | 0.88 | 0.52 |
| Hex | F0 | 50 | 1A | 0 | 43 | 59 | 6 | F | 58 | 34 |
| Octal | 360 | 120 | 32 | 0 | 103 | 131 | 6 | 17 | 130 | 64 |
| Binary | 11110000 | 1010000 | 11010 | 0 | 1000011 | 1011001 | 110 | 1111 | 1011000 | 110100 |
Color Harmonies of #F0501A
Complementary color
Monochromatic Colors of #F0501A
Black with #F0501A
Text Example
Text Example
White with #F0501A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0501A; }
p { color: rgb(240,80,26); }
H1.HeaderClassName
{
color: #F0501A;
}
.AnyTagClassName
{
color: #F0501A;
}
</style>
background-color css
<style>
a { background-color: #F0501A; }
a { background-color: rgb(240,80,26); }
div.DivClassName
{
background-color: #F0501A;
}
.BgClassName
{
background-color: #F0501A;
}
</style>
border-color css
<style>
span { border-color: #F0501A; }
span { border-color: rgb(240,80,26); }
td.TdClassName
{
border-color: #F0501A;
}
.TagClassName
{
border-color: #F0501A;
}
</style>