Shades of Persimmon #F55A0B
Tints of Persimmon #F55A0B
RGB
CMYK
RGB Variations
Color information
#F55A0B (or 0xF55A0B) is known color: Persimmon. HEX triplet: F5, 5A and 0B. RGB value is (245,90,11). Sum of RGB (Red+Green+Blue) = 245+90+11=346 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.81% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 245 - color contains mainly: red. Hex color #F55A0B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55A0B is #0AA5F4. Grayscale: #7F7F7F. Windows color (decimal): -697845 or 744181. OLE color: 744181.
HSL color Cylindrical-coordinate representation of color #F55A0B: hue angle of 20.26º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F55A0B is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 90 | 11 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.04 |
| HSL | 20.26º | 0.92% | 0.5% | - |
| HSV(B) | 20.26º | 0.96% | 0.96% | - |
| XYZ | 41.37 | 26.75 | 3.3 | - |
| YUV | 127.34 | 62.35 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 90 | 11 | 0 | 0.63 | 0.96 | 0.04 | 20.26 | 0.92 | 0.5 |
| Hex | F5 | 5A | B | 0 | 3F | 60 | 4 | 14 | 5C | 32 |
| Octal | 365 | 132 | 13 | 0 | 77 | 140 | 4 | 24 | 134 | 62 |
| Binary | 11110101 | 1011010 | 1011 | 0 | 111111 | 1100000 | 100 | 10100 | 1011100 | 110010 |
Color Harmonies of #F55A0B
Complementary color
Monochromatic Colors of #F55A0B
Black with #F55A0B
Text Example
Text Example
White with #F55A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55A0B; }
p { color: rgb(245,90,11); }
H1.HeaderClassName
{
color: #F55A0B;
}
.AnyTagClassName
{
color: #F55A0B;
}
</style>
background-color css
<style>
a { background-color: #F55A0B; }
a { background-color: rgb(245,90,11); }
div.DivClassName
{
background-color: #F55A0B;
}
.BgClassName
{
background-color: #F55A0B;
}
</style>
border-color css
<style>
span { border-color: #F55A0B; }
span { border-color: rgb(245,90,11); }
td.TdClassName
{
border-color: #F55A0B;
}
.TagClassName
{
border-color: #F55A0B;
}
</style>