Shades of Pumpkin #FD791C
Tints of Pumpkin #FD791C
RGB
CMYK
RGB Variations
Color information
#FD791C (or 0xFD791C) is known color: Pumpkin. HEX triplet: FD, 79 and 1C. RGB value is (253,121,28). Sum of RGB (Red+Green+Blue) = 253+121+28=402 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.94% from 402); Green value is 121 (47.66% from 255 or 30.10% from 402); Blue value is 28 (11.33% from 255 or 6.97% from 402); Max value from RGB is 253 - color contains mainly: red. Hex color #FD791C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD791C is #0286E3. Grayscale: #969696. Windows color (decimal): -165604 or 1866237. OLE color: 1866237.
HSL color Cylindrical-coordinate representation of color #FD791C: hue angle of 24.8º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD791C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 28 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.01 |
| HSL | 24.8º | 0.98% | 0.55% | - |
| HSV(B) | 24.8º | 0.89% | 0.99% | - |
| XYZ | 47.55 | 34.64 | 5.28 | - |
| YUV | 149.87 | 59.23 | 201.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 28 | 0 | 0.52 | 0.89 | 0.01 | 24.8 | 0.98 | 0.55 |
| Hex | FD | 79 | 1C | 0 | 34 | 59 | 1 | 19 | 62 | 37 |
| Octal | 375 | 171 | 34 | 0 | 64 | 131 | 1 | 31 | 142 | 67 |
| Binary | 11111101 | 1111001 | 11100 | 0 | 110100 | 1011001 | 1 | 11001 | 1100010 | 110111 |
Color Harmonies of #FD791C
Complementary color
Monochromatic Colors of #FD791C
Black with #FD791C
Text Example
Text Example
White with #FD791C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD791C; }
p { color: rgb(253,121,28); }
H1.HeaderClassName
{
color: #FD791C;
}
.AnyTagClassName
{
color: #FD791C;
}
</style>
background-color css
<style>
a { background-color: #FD791C; }
a { background-color: rgb(253,121,28); }
div.DivClassName
{
background-color: #FD791C;
}
.BgClassName
{
background-color: #FD791C;
}
</style>
border-color css
<style>
span { border-color: #FD791C; }
span { border-color: rgb(253,121,28); }
td.TdClassName
{
border-color: #FD791C;
}
.TagClassName
{
border-color: #FD791C;
}
</style>