Shades of Persimmon #F1520A
Tints of Persimmon #F1520A
RGB
CMYK
RGB Variations
Color information
#F1520A (or 0xF1520A) is known color: Persimmon. HEX triplet: F1, 52 and 0A. RGB value is (241,82,10). Sum of RGB (Red+Green+Blue) = 241+82+10=333 (44% of max value = 765). Red value is 241 (94.53% from 255 or 72.37% from 333); Green value is 82 (32.42% from 255 or 24.62% from 333); Blue value is 10 (4.30% from 255 or 3.00% from 333); Max value from RGB is 241 - color contains mainly: red. Hex color #F1520A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1520A is #0EADF5. Grayscale: #797979. Windows color (decimal): -962038 or 676593. OLE color: 676593.
HSL color Cylindrical-coordinate representation of color #F1520A: hue angle of 18.7º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F1520A is Cyan = 0, Magento = 0.66, Yellow = 0.96 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 82 | 10 | - |
| CMYK | 0 | 0.66 | 0.96 | 0.05 |
| HSL | 18.7º | 0.92% | 0.49% | - |
| HSV(B) | 18.7º | 0.96% | 0.95% | - |
| XYZ | 39.35 | 24.76 | 2.99 | - |
| YUV | 121.33 | 65.18 | 213.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 82 | 10 | 0 | 0.66 | 0.96 | 0.05 | 18.7 | 0.92 | 0.49 |
| Hex | F1 | 52 | A | 0 | 42 | 60 | 5 | 13 | 5C | 31 |
| Octal | 361 | 122 | 12 | 0 | 102 | 140 | 5 | 23 | 134 | 61 |
| Binary | 11110001 | 1010010 | 1010 | 0 | 1000010 | 1100000 | 101 | 10011 | 1011100 | 110001 |
Color Harmonies of #F1520A
Complementary color
Monochromatic Colors of #F1520A
Black with #F1520A
Text Example
Text Example
White with #F1520A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1520A; }
p { color: rgb(241,82,10); }
H1.HeaderClassName
{
color: #F1520A;
}
.AnyTagClassName
{
color: #F1520A;
}
</style>
background-color css
<style>
a { background-color: #F1520A; }
a { background-color: rgb(241,82,10); }
div.DivClassName
{
background-color: #F1520A;
}
.BgClassName
{
background-color: #F1520A;
}
</style>
border-color css
<style>
span { border-color: #F1520A; }
span { border-color: rgb(241,82,10); }
td.TdClassName
{
border-color: #F1520A;
}
.TagClassName
{
border-color: #F1520A;
}
</style>