Shades of Persimmon #F55B08
Tints of Persimmon #F55B08
RGB
CMYK
RGB Variations
Color information
#F55B08 (or 0xF55B08) is known color: Persimmon. HEX triplet: F5, 5B and 08. RGB value is (245,91,8). Sum of RGB (Red+Green+Blue) = 245+91+8=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 8 (3.52% from 255 or 2.33% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F55B08 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55B08 is #0AA4F7. Grayscale: #808080. Windows color (decimal): -697592 or 547829. OLE color: 547829.
HSL color Cylindrical-coordinate representation of color #F55B08: hue angle of 21.01º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55B08 is Cyan = 0, Magento = 0.63, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 91 | 8 | - |
| CMYK | 0 | 0.63 | 0.97 | 0.04 |
| HSL | 21.01º | 0.94% | 0.5% | - |
| HSV(B) | 21.01º | 0.97% | 0.96% | - |
| XYZ | 41.44 | 26.91 | 3.24 | - |
| YUV | 127.58 | 60.52 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 91 | 8 | 0 | 0.63 | 0.97 | 0.04 | 21.01 | 0.94 | 0.5 |
| Hex | F5 | 5B | 8 | 0 | 3F | 61 | 4 | 15 | 5E | 32 |
| Octal | 365 | 133 | 10 | 0 | 77 | 141 | 4 | 25 | 136 | 62 |
| Binary | 11110101 | 1011011 | 1000 | 0 | 111111 | 1100001 | 100 | 10101 | 1011110 | 110010 |
Color Harmonies of #F55B08
Complementary color
Monochromatic Colors of #F55B08
Black with #F55B08
Text Example
Text Example
White with #F55B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55B08; }
p { color: rgb(245,91,8); }
H1.HeaderClassName
{
color: #F55B08;
}
.AnyTagClassName
{
color: #F55B08;
}
</style>
background-color css
<style>
a { background-color: #F55B08; }
a { background-color: rgb(245,91,8); }
div.DivClassName
{
background-color: #F55B08;
}
.BgClassName
{
background-color: #F55B08;
}
</style>
border-color css
<style>
span { border-color: #F55B08; }
span { border-color: rgb(245,91,8); }
td.TdClassName
{
border-color: #F55B08;
}
.TagClassName
{
border-color: #F55B08;
}
</style>