Shades of Pumpkin #FD7A1C
Tints of Pumpkin #FD7A1C
RGB
CMYK
RGB Variations
Color information
#FD7A1C (or 0xFD7A1C) is known color: Pumpkin. HEX triplet: FD, 7A and 1C. RGB value is (253,122,28). Sum of RGB (Red+Green+Blue) = 253+122+28=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 122 (48.05% from 255 or 30.27% from 403); Blue value is 28 (11.33% from 255 or 6.95% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7A1C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7A1C is #0285E3. Grayscale: #969696. Windows color (decimal): -165348 or 1866493. OLE color: 1866493.
HSL color Cylindrical-coordinate representation of color #FD7A1C: hue angle of 25.07º 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 #FD7A1C is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 122 | 28 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.01 |
| HSL | 25.07º | 0.98% | 0.55% | - |
| HSV(B) | 25.07º | 0.89% | 0.99% | - |
| XYZ | 47.68 | 34.89 | 5.32 | - |
| YUV | 150.45 | 58.9 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 122 | 28 | 0 | 0.52 | 0.89 | 0.01 | 25.07 | 0.98 | 0.55 |
| Hex | FD | 7A | 1C | 0 | 34 | 59 | 1 | 19 | 62 | 37 |
| Octal | 375 | 172 | 34 | 0 | 64 | 131 | 1 | 31 | 142 | 67 |
| Binary | 11111101 | 1111010 | 11100 | 0 | 110100 | 1011001 | 1 | 11001 | 1100010 | 110111 |
Color Harmonies of #FD7A1C
Complementary color
Monochromatic Colors of #FD7A1C
Black with #FD7A1C
Text Example
Text Example
White with #FD7A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7A1C; }
p { color: rgb(253,122,28); }
H1.HeaderClassName
{
color: #FD7A1C;
}
.AnyTagClassName
{
color: #FD7A1C;
}
</style>
background-color css
<style>
a { background-color: #FD7A1C; }
a { background-color: rgb(253,122,28); }
div.DivClassName
{
background-color: #FD7A1C;
}
.BgClassName
{
background-color: #FD7A1C;
}
</style>
border-color css
<style>
span { border-color: #FD7A1C; }
span { border-color: rgb(253,122,28); }
td.TdClassName
{
border-color: #FD7A1C;
}
.TagClassName
{
border-color: #FD7A1C;
}
</style>