Shades of Persimmon #F1540D
Tints of Persimmon #F1540D
RGB
CMYK
RGB Variations
Color information
#F1540D (or 0xF1540D) is known color: Persimmon. HEX triplet: F1, 54 and 0D. RGB value is (241,84,13). Sum of RGB (Red+Green+Blue) = 241+84+13=338 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.30% from 338); Green value is 84 (33.20% from 255 or 24.85% from 338); Blue value is 13 (5.47% from 255 or 3.85% from 338); Max value from RGB is 241 - color contains mainly: red. Hex color #F1540D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1540D is #0EABF2. Grayscale: #7B7B7B. Windows color (decimal): -961523 or 873713. OLE color: 873713.
HSL color Cylindrical-coordinate representation of color #F1540D: hue angle of 18.68º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1540D is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 13 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.05 |
| HSL | 18.68º | 0.9% | 0.5% | - |
| HSV(B) | 18.68º | 0.95% | 0.95% | - |
| XYZ | 39.52 | 25.07 | 3.14 | - |
| YUV | 122.85 | 66.01 | 212.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 13 | 0 | 0.65 | 0.95 | 0.05 | 18.68 | 0.9 | 0.5 |
| Hex | F1 | 54 | D | 0 | 41 | 5F | 5 | 13 | 5A | 32 |
| Octal | 361 | 124 | 15 | 0 | 101 | 137 | 5 | 23 | 132 | 62 |
| Binary | 11110001 | 1010100 | 1101 | 0 | 1000001 | 1011111 | 101 | 10011 | 1011010 | 110010 |
Color Harmonies of #F1540D
Complementary color
Monochromatic Colors of #F1540D
Black with #F1540D
Text Example
Text Example
White with #F1540D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1540D; }
p { color: rgb(241,84,13); }
H1.HeaderClassName
{
color: #F1540D;
}
.AnyTagClassName
{
color: #F1540D;
}
</style>
background-color css
<style>
a { background-color: #F1540D; }
a { background-color: rgb(241,84,13); }
div.DivClassName
{
background-color: #F1540D;
}
.BgClassName
{
background-color: #F1540D;
}
</style>
border-color css
<style>
span { border-color: #F1540D; }
span { border-color: rgb(241,84,13); }
td.TdClassName
{
border-color: #F1540D;
}
.TagClassName
{
border-color: #F1540D;
}
</style>