Shades of Pumpkin #F55F16
Tints of Pumpkin #F55F16
RGB
CMYK
RGB Variations
Color information
#F55F16 (or 0xF55F16) is known color: Pumpkin. HEX triplet: F5, 5F and 16. RGB value is (245,95,22). Sum of RGB (Red+Green+Blue) = 245+95+22=362 (47% of max value = 765). Red value is 245 (96.09% from 255 or 67.68% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 22 (8.98% from 255 or 6.08% from 362); Max value from RGB is 245 - color contains mainly: red. Hex color #F55F16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55F16 is #0AA0E9. Grayscale: #838383. Windows color (decimal): -696554 or 1466357. OLE color: 1466357.
HSL color Cylindrical-coordinate representation of color #F55F16: hue angle of 19.64º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F55F16 is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 95 | 22 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.04 |
| HSL | 19.64º | 0.92% | 0.52% | - |
| HSV(B) | 19.64º | 0.91% | 0.96% | - |
| XYZ | 41.89 | 27.65 | 3.89 | - |
| YUV | 131.53 | 66.2 | 208.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 95 | 22 | 0 | 0.61 | 0.91 | 0.04 | 19.64 | 0.92 | 0.52 |
| Hex | F5 | 5F | 16 | 0 | 3D | 5B | 4 | 14 | 5C | 34 |
| Octal | 365 | 137 | 26 | 0 | 75 | 133 | 4 | 24 | 134 | 64 |
| Binary | 11110101 | 1011111 | 10110 | 0 | 111101 | 1011011 | 100 | 10100 | 1011100 | 110100 |
Color Harmonies of #F55F16
Complementary color
Monochromatic Colors of #F55F16
Black with #F55F16
Text Example
Text Example
White with #F55F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F55F16; }
p { color: rgb(245,95,22); }
H1.HeaderClassName
{
color: #F55F16;
}
.AnyTagClassName
{
color: #F55F16;
}
</style>
background-color css
<style>
a { background-color: #F55F16; }
a { background-color: rgb(245,95,22); }
div.DivClassName
{
background-color: #F55F16;
}
.BgClassName
{
background-color: #F55F16;
}
</style>
border-color css
<style>
span { border-color: #F55F16; }
span { border-color: rgb(245,95,22); }
td.TdClassName
{
border-color: #F55F16;
}
.TagClassName
{
border-color: #F55F16;
}
</style>