Shades of Persimmon #F15A00
Tints of Persimmon #F15A00
RGB
CMYK
RGB Variations
Color information
#F15A00 (or 0xF15A00) is known color: Persimmon. HEX triplet: F1, 5A and 00. RGB value is (241,90,0). Sum of RGB (Red+Green+Blue) = 241+90+0=331 (43% of max value = 765). Red value is 241 (94.53% from 255 or 72.81% from 331); Green value is 90 (35.55% from 255 or 27.19% from 331); Blue value is 0 (0.39% from 255 or 0% from 331); Max value from RGB is 241 - color contains mainly: red. Hex color #F15A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F15A00 is #0EA5FF. Grayscale: #7D7D7D. Windows color (decimal): -960000 or 23281. OLE color: 23281.
HSL color Cylindrical-coordinate representation of color #F15A00: hue angle of 22.41º 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 #F15A00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 90 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.05 |
| HSL | 22.41º | 1% | 0.47% | - |
| HSV(B) | 22.41º | 1% | 0.95% | - |
| XYZ | 39.93 | 26.01 | 2.92 | - |
| YUV | 124.89 | 57.53 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 90 | 0 | 0 | 0.63 | 1 | 0.05 | 22.41 | 1 | 0.47 |
| Hex | F1 | 5A | 0 | 0 | 3F | 64 | 5 | 16 | 64 | 2F |
| Octal | 361 | 132 | 0 | 0 | 77 | 144 | 5 | 26 | 144 | 57 |
| Binary | 11110001 | 1011010 | 0 | 0 | 111111 | 1100100 | 101 | 10110 | 1100100 | 101111 |
Color Harmonies of #F15A00
Complementary color
Monochromatic Colors of #F15A00
Black with #F15A00
Text Example
Text Example
White with #F15A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F15A00; }
p { color: rgb(241,90,0); }
H1.HeaderClassName
{
color: #F15A00;
}
.AnyTagClassName
{
color: #F15A00;
}
</style>
background-color css
<style>
a { background-color: #F15A00; }
a { background-color: rgb(241,90,0); }
div.DivClassName
{
background-color: #F15A00;
}
.BgClassName
{
background-color: #F15A00;
}
</style>
border-color css
<style>
span { border-color: #F15A00; }
span { border-color: rgb(241,90,0); }
td.TdClassName
{
border-color: #F15A00;
}
.TagClassName
{
border-color: #F15A00;
}
</style>