Shades of Pumpkin #FD7A1A
Tints of Pumpkin #FD7A1A
RGB
CMYK
RGB Variations
Color information
#FD7A1A (or 0xFD7A1A) is known color: Pumpkin. HEX triplet: FD, 7A and 1A. RGB value is (253,122,26). Sum of RGB (Red+Green+Blue) = 253+122+26=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 122 (48.05% from 255 or 30.42% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A1A is #0285E5. Grayscale: #969696. Windows color (decimal): -165350 or 1735421. OLE color: 1735421.
HSL color Cylindrical-coordinate representation of color #FD7A1A: hue angle of 25.37º 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 #FD7A1A is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 26 | - |
| CMYK | 0 | 0.52 | 0.90 | 0.01 |
| HSL | 25.37º | 0.98% | 0.55% | - |
| HSV(B) | 25.37º | 0.9% | 0.99% | - |
| XYZ | 47.65 | 34.88 | 5.2 | - |
| YUV | 150.23 | 57.9 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 26 | 0 | 0.52 | 0.90 | 0.01 | 25.37 | 0.98 | 0.55 |
| Hex | FD | 7A | 1A | 0 | 34 | 5A | 1 | 19 | 62 | 37 |
| Octal | 375 | 172 | 32 | 0 | 64 | 132 | 1 | 31 | 142 | 67 |
| Binary | 11111101 | 1111010 | 11010 | 0 | 110100 | 1011010 | 1 | 11001 | 1100010 | 110111 |
Color Harmonies of #FD7A1A
Complementary color
Monochromatic Colors of #FD7A1A
Black with #FD7A1A
Text Example
Text Example
White with #FD7A1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A1A; }
p { color: rgb(253,122,26); }
H1.HeaderClassName
{
color: #FD7A1A;
}
.AnyTagClassName
{
color: #FD7A1A;
}
</style>
background-color css
<style>
a { background-color: #FD7A1A; }
a { background-color: rgb(253,122,26); }
div.DivClassName
{
background-color: #FD7A1A;
}
.BgClassName
{
background-color: #FD7A1A;
}
</style>
border-color css
<style>
span { border-color: #FD7A1A; }
span { border-color: rgb(253,122,26); }
td.TdClassName
{
border-color: #FD7A1A;
}
.TagClassName
{
border-color: #FD7A1A;
}
</style>