Shades of Pumpkin #F46912
Tints of Pumpkin #F46912
RGB
CMYK
RGB Variations
Color information
#F46912 (or 0xF46912) is known color: Pumpkin. HEX triplet: F4, 69 and 12. RGB value is (244,105,18). Sum of RGB (Red+Green+Blue) = 244+105+18=367 (48% of max value = 765). Red value is 244 (95.70% from 255 or 66.49% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 18 (7.42% from 255 or 4.90% from 367); Max value from RGB is 244 - color contains mainly: red. Hex color #F46912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F46912 is #0B96ED. Grayscale: #898989. Windows color (decimal): -759534 or 1206772. OLE color: 1206772.
HSL color Cylindrical-coordinate representation of color #F46912: hue angle of 23.1º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F46912 is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 105 | 18 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.04 |
| HSL | 23.1º | 0.91% | 0.51% | - |
| HSV(B) | 23.1º | 0.93% | 0.96% | - |
| XYZ | 42.47 | 29.38 | 4 | - |
| YUV | 136.64 | 61.05 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 105 | 18 | 0 | 0.57 | 0.93 | 0.04 | 23.1 | 0.91 | 0.51 |
| Hex | F4 | 69 | 12 | 0 | 39 | 5D | 4 | 17 | 5B | 33 |
| Octal | 364 | 151 | 22 | 0 | 71 | 135 | 4 | 27 | 133 | 63 |
| Binary | 11110100 | 1101001 | 10010 | 0 | 111001 | 1011101 | 100 | 10111 | 1011011 | 110011 |
Color Harmonies of #F46912
Complementary color
Monochromatic Colors of #F46912
Black with #F46912
Text Example
Text Example
White with #F46912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F46912; }
p { color: rgb(244,105,18); }
H1.HeaderClassName
{
color: #F46912;
}
.AnyTagClassName
{
color: #F46912;
}
</style>
background-color css
<style>
a { background-color: #F46912; }
a { background-color: rgb(244,105,18); }
div.DivClassName
{
background-color: #F46912;
}
.BgClassName
{
background-color: #F46912;
}
</style>
border-color css
<style>
span { border-color: #F46912; }
span { border-color: rgb(244,105,18); }
td.TdClassName
{
border-color: #F46912;
}
.TagClassName
{
border-color: #F46912;
}
</style>