Shades of Pumpkin #FD791A
Tints of Pumpkin #FD791A
RGB
CMYK
RGB Variations
Color information
#FD791A (or 0xFD791A) is known color: Pumpkin. HEX triplet: FD, 79 and 1A. RGB value is (253,121,26). Sum of RGB (Red+Green+Blue) = 253+121+26=400 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.25% from 400); Green value is 121 (47.66% from 255 or 30.25% from 400); Blue value is 26 (10.55% from 255 or 6.5% from 400); Max value from RGB is 253 - color contains mainly: red. Hex color #FD791A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD791A is #0286E5. Grayscale: #969696. Windows color (decimal): -165606 or 1735165. OLE color: 1735165.
HSL color Cylindrical-coordinate representation of color #FD791A: hue angle of 25.11º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD791A is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 26 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.01 |
| HSL | 25.11º | 0.98% | 0.55% | - |
| HSV(B) | 25.11º | 0.9% | 0.99% | - |
| XYZ | 47.53 | 34.63 | 5.16 | - |
| YUV | 149.64 | 58.23 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 26 | 0 | 0.52 | 0.90 | 0.01 | 25.11 | 0.98 | 0.55 |
| Hex | FD | 79 | 1A | 0 | 34 | 5A | 1 | 19 | 62 | 37 |
| Octal | 375 | 171 | 32 | 0 | 64 | 132 | 1 | 31 | 142 | 67 |
| Binary | 11111101 | 1111001 | 11010 | 0 | 110100 | 1011010 | 1 | 11001 | 1100010 | 110111 |
Color Harmonies of #FD791A
Complementary color
Monochromatic Colors of #FD791A
Black with #FD791A
Text Example
Text Example
White with #FD791A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD791A; }
p { color: rgb(253,121,26); }
H1.HeaderClassName
{
color: #FD791A;
}
.AnyTagClassName
{
color: #FD791A;
}
</style>
background-color css
<style>
a { background-color: #FD791A; }
a { background-color: rgb(253,121,26); }
div.DivClassName
{
background-color: #FD791A;
}
.BgClassName
{
background-color: #FD791A;
}
</style>
border-color css
<style>
span { border-color: #FD791A; }
span { border-color: rgb(253,121,26); }
td.TdClassName
{
border-color: #FD791A;
}
.TagClassName
{
border-color: #FD791A;
}
</style>