Shades of Pumpkin #F4801C
Tints of Pumpkin #F4801C
RGB
CMYK
RGB Variations
Color information
#F4801C (or 0xF4801C) is known color: Pumpkin. HEX triplet: F4, 80 and 1C. RGB value is (244,128,28). Sum of RGB (Red+Green+Blue) = 244+128+28=400 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61% from 400); Green value is 128 (50.39% from 255 or 32% from 400); Blue value is 28 (11.33% from 255 or 7% from 400); Max value from RGB is 244 - color contains mainly: red. Hex color #F4801C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4801C is #0B7FE3. Grayscale: #979797. Windows color (decimal): -753636 or 1868020. OLE color: 1868020.
HSL color Cylindrical-coordinate representation of color #F4801C: hue angle of 27.78º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F4801C is Cyan = 0, Magento = 0.48, Yellow = 0.89 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 128 | 28 | - |
| CMYK | 0 | 0.48 | 0.89 | 0.04 |
| HSL | 27.78º | 0.91% | 0.53% | - |
| HSV(B) | 27.78º | 0.89% | 0.96% | - |
| XYZ | 45.24 | 34.76 | 5.42 | - |
| YUV | 151.28 | 58.43 | 194.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 128 | 28 | 0 | 0.48 | 0.89 | 0.04 | 27.78 | 0.91 | 0.53 |
| Hex | F4 | 80 | 1C | 0 | 30 | 59 | 4 | 1C | 5B | 35 |
| Octal | 364 | 200 | 34 | 0 | 60 | 131 | 4 | 34 | 133 | 65 |
| Binary | 11110100 | 10000000 | 11100 | 0 | 110000 | 1011001 | 100 | 11100 | 1011011 | 110101 |
Color Harmonies of #F4801C
Complementary color
Monochromatic Colors of #F4801C
Black with #F4801C
Text Example
Text Example
White with #F4801C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4801C; }
p { color: rgb(244,128,28); }
H1.HeaderClassName
{
color: #F4801C;
}
.AnyTagClassName
{
color: #F4801C;
}
</style>
background-color css
<style>
a { background-color: #F4801C; }
a { background-color: rgb(244,128,28); }
div.DivClassName
{
background-color: #F4801C;
}
.BgClassName
{
background-color: #F4801C;
}
</style>
border-color css
<style>
span { border-color: #F4801C; }
span { border-color: rgb(244,128,28); }
td.TdClassName
{
border-color: #F4801C;
}
.TagClassName
{
border-color: #F4801C;
}
</style>