Shades of Persimmon #F15700
Tints of Persimmon #F15700
RGB
CMYK
RGB Variations
Color information
#F15700 (or 0xF15700) is known color: Persimmon. HEX triplet: F1, 57 and 00. RGB value is (241,87,0). Sum of RGB (Red+Green+Blue) = 241+87+0=328 (43% of max value = 765). Red value is 241 (94.53% from 255 or 73.48% from 328); Green value is 87 (34.38% from 255 or 26.52% from 328); Blue value is 0 (0.39% from 255 or 0% from 328); Max value from RGB is 241 - color contains mainly: red. Hex color #F15700 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15700 is #0EA8FF. Grayscale: #7B7B7B. Windows color (decimal): -960768 or 22513. OLE color: 22513.
HSL color Cylindrical-coordinate representation of color #F15700: hue angle of 21.66º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F15700 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 87 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.05 |
| HSL | 21.66º | 1% | 0.47% | - |
| HSV(B) | 21.66º | 1% | 0.95% | - |
| XYZ | 39.68 | 25.52 | 2.83 | - |
| YUV | 123.13 | 58.52 | 212.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 87 | 0 | 0 | 0.64 | 1 | 0.05 | 21.66 | 1 | 0.47 |
| Hex | F1 | 57 | 0 | 0 | 40 | 64 | 5 | 16 | 64 | 2F |
| Octal | 361 | 127 | 0 | 0 | 100 | 144 | 5 | 26 | 144 | 57 |
| Binary | 11110001 | 1010111 | 0 | 0 | 1000000 | 1100100 | 101 | 10110 | 1100100 | 101111 |
Color Harmonies of #F15700
Complementary color
Monochromatic Colors of #F15700
Black with #F15700
Text Example
Text Example
White with #F15700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15700; }
p { color: rgb(241,87,0); }
H1.HeaderClassName
{
color: #F15700;
}
.AnyTagClassName
{
color: #F15700;
}
</style>
background-color css
<style>
a { background-color: #F15700; }
a { background-color: rgb(241,87,0); }
div.DivClassName
{
background-color: #F15700;
}
.BgClassName
{
background-color: #F15700;
}
</style>
border-color css
<style>
span { border-color: #F15700; }
span { border-color: rgb(241,87,0); }
td.TdClassName
{
border-color: #F15700;
}
.TagClassName
{
border-color: #F15700;
}
</style>