Shades of Pumpkin #F47A0D
Tints of Pumpkin #F47A0D
RGB
CMYK
RGB Variations
Color information
#F47A0D (or 0xF47A0D) is known color: Pumpkin. HEX triplet: F4, 7A and 0D. RGB value is (244,122,13). Sum of RGB (Red+Green+Blue) = 244+122+13=379 (50% of max value = 765). Red value is 244 (95.70% from 255 or 64.38% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 244 - color contains mainly: red. Hex color #F47A0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F47A0D is #0B85F2. Grayscale: #929292. Windows color (decimal): -755187 or 883444. OLE color: 883444.
HSL color Cylindrical-coordinate representation of color #F47A0D: hue angle of 28.31º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F47A0D is Cyan = 0, Magento = 0.5, Yellow = 0.95 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 122 | 13 | - |
| CMYK | 0 | 0.5 | 0.95 | 0.04 |
| HSL | 28.31º | 0.91% | 0.5% | - |
| HSV(B) | 28.31º | 0.95% | 0.96% | - |
| XYZ | 44.34 | 33.18 | 4.45 | - |
| YUV | 146.05 | 52.92 | 197.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 122 | 13 | 0 | 0.5 | 0.95 | 0.04 | 28.31 | 0.91 | 0.5 |
| Hex | F4 | 7A | D | 0 | 32 | 5F | 4 | 1C | 5B | 32 |
| Octal | 364 | 172 | 15 | 0 | 62 | 137 | 4 | 34 | 133 | 62 |
| Binary | 11110100 | 1111010 | 1101 | 0 | 110010 | 1011111 | 100 | 11100 | 1011011 | 110010 |
Color Harmonies of #F47A0D
Complementary color
Monochromatic Colors of #F47A0D
Black with #F47A0D
Text Example
Text Example
White with #F47A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47A0D; }
p { color: rgb(244,122,13); }
H1.HeaderClassName
{
color: #F47A0D;
}
.AnyTagClassName
{
color: #F47A0D;
}
</style>
background-color css
<style>
a { background-color: #F47A0D; }
a { background-color: rgb(244,122,13); }
div.DivClassName
{
background-color: #F47A0D;
}
.BgClassName
{
background-color: #F47A0D;
}
</style>
border-color css
<style>
span { border-color: #F47A0D; }
span { border-color: rgb(244,122,13); }
td.TdClassName
{
border-color: #F47A0D;
}
.TagClassName
{
border-color: #F47A0D;
}
</style>