Shades of Persimmon #F1570D
Tints of Persimmon #F1570D
RGB
CMYK
RGB Variations
Color information
#F1570D (or 0xF1570D) is known color: Persimmon. HEX triplet: F1, 57 and 0D. RGB value is (241,87,13). Sum of RGB (Red+Green+Blue) = 241+87+13=341 (45% of max value = 765). Red value is 241 (94.53% from 255 or 70.67% from 341); Green value is 87 (34.38% from 255 or 25.51% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 241 - color contains mainly: red. Hex color #F1570D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F1570D is #0EA8F2. Grayscale: #7D7D7D. Windows color (decimal): -960755 or 874481. OLE color: 874481.
HSL color Cylindrical-coordinate representation of color #F1570D: hue angle of 19.47º 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 #F1570D is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 13 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.05 |
| HSL | 19.47º | 0.9% | 0.5% | - |
| HSV(B) | 19.47º | 0.95% | 0.95% | - |
| XYZ | 39.76 | 25.55 | 3.22 | - |
| YUV | 124.61 | 65.02 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 13 | 0 | 0.64 | 0.95 | 0.05 | 19.47 | 0.9 | 0.5 |
| Hex | F1 | 57 | D | 0 | 40 | 5F | 5 | 13 | 5A | 32 |
| Octal | 361 | 127 | 15 | 0 | 100 | 137 | 5 | 23 | 132 | 62 |
| Binary | 11110001 | 1010111 | 1101 | 0 | 1000000 | 1011111 | 101 | 10011 | 1011010 | 110010 |
Color Harmonies of #F1570D
Complementary color
Monochromatic Colors of #F1570D
Black with #F1570D
Text Example
Text Example
White with #F1570D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1570D; }
p { color: rgb(241,87,13); }
H1.HeaderClassName
{
color: #F1570D;
}
.AnyTagClassName
{
color: #F1570D;
}
</style>
background-color css
<style>
a { background-color: #F1570D; }
a { background-color: rgb(241,87,13); }
div.DivClassName
{
background-color: #F1570D;
}
.BgClassName
{
background-color: #F1570D;
}
</style>
border-color css
<style>
span { border-color: #F1570D; }
span { border-color: rgb(241,87,13); }
td.TdClassName
{
border-color: #F1570D;
}
.TagClassName
{
border-color: #F1570D;
}
</style>