Shades of Pumpkin #F56912
Tints of Pumpkin #F56912
RGB
CMYK
RGB Variations
Color information
#F56912 (or 0xF56912) is known color: Pumpkin. HEX triplet: F5, 69 and 12. RGB value is (245,105,18). Sum of RGB (Red+Green+Blue) = 245+105+18=368 (48% of max value = 765). Red value is 245 (96.09% from 255 or 66.58% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 18 (7.42% from 255 or 4.89% from 368); Max value from RGB is 245 - color contains mainly: red. Hex color #F56912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F56912 is #0A96ED. Grayscale: #898989. Windows color (decimal): -693998 or 1206773. OLE color: 1206773.
HSL color Cylindrical-coordinate representation of color #F56912: hue angle of 23º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F56912 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 18 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.04 |
| HSL | 23º | 0.92% | 0.52% | - |
| HSV(B) | 23º | 0.93% | 0.96% | - |
| XYZ | 42.82 | 29.56 | 4.02 | - |
| YUV | 136.94 | 60.88 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 18 | 0 | 0.57 | 0.93 | 0.04 | 23 | 0.92 | 0.52 |
| Hex | F5 | 69 | 12 | 0 | 39 | 5D | 4 | 17 | 5C | 34 |
| Octal | 365 | 151 | 22 | 0 | 71 | 135 | 4 | 27 | 134 | 64 |
| Binary | 11110101 | 1101001 | 10010 | 0 | 111001 | 1011101 | 100 | 10111 | 1011100 | 110100 |
Color Harmonies of #F56912
Complementary color
Monochromatic Colors of #F56912
Black with #F56912
Text Example
Text Example
White with #F56912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56912; }
p { color: rgb(245,105,18); }
H1.HeaderClassName
{
color: #F56912;
}
.AnyTagClassName
{
color: #F56912;
}
</style>
background-color css
<style>
a { background-color: #F56912; }
a { background-color: rgb(245,105,18); }
div.DivClassName
{
background-color: #F56912;
}
.BgClassName
{
background-color: #F56912;
}
</style>
border-color css
<style>
span { border-color: #F56912; }
span { border-color: rgb(245,105,18); }
td.TdClassName
{
border-color: #F56912;
}
.TagClassName
{
border-color: #F56912;
}
</style>