Shades of Persimmon #F95A00
Tints of Persimmon #F95A00
RGB
CMYK
RGB Variations
Color information
#F95A00 (or 0xF95A00) is known color: Persimmon. HEX triplet: F9, 5A and 00. RGB value is (249,90,0). Sum of RGB (Red+Green+Blue) = 249+90+0=339 (44% of max value = 765). Red value is 249 (97.66% from 255 or 73.45% from 339); Green value is 90 (35.55% from 255 or 26.55% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 249 - color contains mainly: red. Hex color #F95A00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F95A00 is #06A5FF. Grayscale: #7F7F7F. Windows color (decimal): -435712 or 23289. OLE color: 23289.
HSL color Cylindrical-coordinate representation of color #F95A00: hue angle of 21.69º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F95A00 is Cyan = 0, Magento = 0.64, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 90 | 0 | - |
| CMYK | 0 | 0.64 | 1 | 0.02 |
| HSL | 21.69º | 1% | 0.49% | - |
| HSV(B) | 21.69º | 1% | 0.98% | - |
| XYZ | 42.72 | 27.45 | 3.05 | - |
| YUV | 127.28 | 56.18 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 90 | 0 | 0 | 0.64 | 1 | 0.02 | 21.69 | 1 | 0.49 |
| Hex | F9 | 5A | 0 | 0 | 40 | 64 | 2 | 16 | 64 | 31 |
| Octal | 371 | 132 | 0 | 0 | 100 | 144 | 2 | 26 | 144 | 61 |
| Binary | 11111001 | 1011010 | 0 | 0 | 1000000 | 1100100 | 10 | 10110 | 1100100 | 110001 |
Color Harmonies of #F95A00
Complementary color
Monochromatic Colors of #F95A00
Black with #F95A00
Text Example
Text Example
White with #F95A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F95A00; }
p { color: rgb(249,90,0); }
H1.HeaderClassName
{
color: #F95A00;
}
.AnyTagClassName
{
color: #F95A00;
}
</style>
background-color css
<style>
a { background-color: #F95A00; }
a { background-color: rgb(249,90,0); }
div.DivClassName
{
background-color: #F95A00;
}
.BgClassName
{
background-color: #F95A00;
}
</style>
border-color css
<style>
span { border-color: #F95A00; }
span { border-color: rgb(249,90,0); }
td.TdClassName
{
border-color: #F95A00;
}
.TagClassName
{
border-color: #F95A00;
}
</style>