Shades of Persimmon #F1540B
Tints of Persimmon #F1540B
RGB
CMYK
RGB Variations
Color information
#F1540B (or 0xF1540B) is known color: Persimmon. HEX triplet: F1, 54 and 0B. RGB value is (241,84,11). Sum of RGB (Red+Green+Blue) = 241+84+11=336 (44% of max value = 765). Red value is 241 (94.53% from 255 or 71.73% from 336); Green value is 84 (33.20% from 255 or 25% from 336); Blue value is 11 (4.69% from 255 or 3.27% from 336); Max value from RGB is 241 - color contains mainly: red. Hex color #F1540B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1540B is #0EABF4. Grayscale: #7B7B7B. Windows color (decimal): -961525 or 742641. OLE color: 742641.
HSL color Cylindrical-coordinate representation of color #F1540B: hue angle of 19.04º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F1540B is Cyan = 0, Magento = 0.65, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 84 | 11 | - |
| CMYK | 0 | 0.65 | 0.95 | 0.05 |
| HSL | 19.04º | 0.91% | 0.49% | - |
| HSV(B) | 19.04º | 0.95% | 0.95% | - |
| XYZ | 39.51 | 25.07 | 3.07 | - |
| YUV | 122.62 | 65.01 | 212.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 84 | 11 | 0 | 0.65 | 0.95 | 0.05 | 19.04 | 0.91 | 0.49 |
| Hex | F1 | 54 | B | 0 | 41 | 5F | 5 | 13 | 5B | 31 |
| Octal | 361 | 124 | 13 | 0 | 101 | 137 | 5 | 23 | 133 | 61 |
| Binary | 11110001 | 1010100 | 1011 | 0 | 1000001 | 1011111 | 101 | 10011 | 1011011 | 110001 |
Color Harmonies of #F1540B
Complementary color
Monochromatic Colors of #F1540B
Black with #F1540B
Text Example
Text Example
White with #F1540B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1540B; }
p { color: rgb(241,84,11); }
H1.HeaderClassName
{
color: #F1540B;
}
.AnyTagClassName
{
color: #F1540B;
}
</style>
background-color css
<style>
a { background-color: #F1540B; }
a { background-color: rgb(241,84,11); }
div.DivClassName
{
background-color: #F1540B;
}
.BgClassName
{
background-color: #F1540B;
}
</style>
border-color css
<style>
span { border-color: #F1540B; }
span { border-color: rgb(241,84,11); }
td.TdClassName
{
border-color: #F1540B;
}
.TagClassName
{
border-color: #F1540B;
}
</style>