Shades of Persimmon #F55D07
Tints of Persimmon #F55D07
RGB
CMYK
RGB Variations
Color information
#F55D07 (or 0xF55D07) is known color: Persimmon. HEX triplet: F5, 5D and 07. RGB value is (245,93,7). Sum of RGB (Red+Green+Blue) = 245+93+7=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 7 (3.12% from 255 or 2.03% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F55D07 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55D07 is #0AA2F8. Grayscale: #818181. Windows color (decimal): -697081 or 482805. OLE color: 482805.
HSL color Cylindrical-coordinate representation of color #F55D07: hue angle of 21.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F55D07 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 93 | 7 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.04 |
| HSL | 21.68º | 0.94% | 0.49% | - |
| HSV(B) | 21.68º | 0.97% | 0.96% | - |
| XYZ | 41.61 | 27.26 | 3.27 | - |
| YUV | 128.64 | 59.36 | 210.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 93 | 7 | 0 | 0.62 | 0.97 | 0.04 | 21.68 | 0.94 | 0.49 |
| Hex | F5 | 5D | 7 | 0 | 3E | 61 | 4 | 16 | 5E | 31 |
| Octal | 365 | 135 | 7 | 0 | 76 | 141 | 4 | 26 | 136 | 61 |
| Binary | 11110101 | 1011101 | 111 | 0 | 111110 | 1100001 | 100 | 10110 | 1011110 | 110001 |
Color Harmonies of #F55D07
Complementary color
Monochromatic Colors of #F55D07
Black with #F55D07
Text Example
Text Example
White with #F55D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55D07; }
p { color: rgb(245,93,7); }
H1.HeaderClassName
{
color: #F55D07;
}
.AnyTagClassName
{
color: #F55D07;
}
</style>
background-color css
<style>
a { background-color: #F55D07; }
a { background-color: rgb(245,93,7); }
div.DivClassName
{
background-color: #F55D07;
}
.BgClassName
{
background-color: #F55D07;
}
</style>
border-color css
<style>
span { border-color: #F55D07; }
span { border-color: rgb(245,93,7); }
td.TdClassName
{
border-color: #F55D07;
}
.TagClassName
{
border-color: #F55D07;
}
</style>