Shades of Pumpkin #FD761E
Tints of Pumpkin #FD761E
RGB
CMYK
RGB Variations
Color information
#FD761E (or 0xFD761E) is known color: Pumpkin. HEX triplet: FD, 76 and 1E. RGB value is (253,118,30). Sum of RGB (Red+Green+Blue) = 253+118+30=401 (53% of max value = 765). Red value is 253 (99.22% from 255 or 63.09% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 253 - color contains mainly: red. Hex color #FD761E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD761E is #0289E1. Grayscale: #949494. Windows color (decimal): -166370 or 1996541. OLE color: 1996541.
HSL color Cylindrical-coordinate representation of color #FD761E: hue angle of 23.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FD761E is Cyan = 0, Magento = 0.53, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 30 | - |
| CMYK | 0 | 0.53 | 0.88 | 0.01 |
| HSL | 23.68º | 0.98% | 0.55% | - |
| HSV(B) | 23.68º | 0.88% | 0.99% | - |
| XYZ | 47.22 | 33.93 | 5.29 | - |
| YUV | 148.33 | 61.23 | 202.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 30 | 0 | 0.53 | 0.88 | 0.01 | 23.68 | 0.98 | 0.55 |
| Hex | FD | 76 | 1E | 0 | 35 | 58 | 1 | 18 | 62 | 37 |
| Octal | 375 | 166 | 36 | 0 | 65 | 130 | 1 | 30 | 142 | 67 |
| Binary | 11111101 | 1110110 | 11110 | 0 | 110101 | 1011000 | 1 | 11000 | 1100010 | 110111 |
Color Harmonies of #FD761E
Complementary color
Monochromatic Colors of #FD761E
Black with #FD761E
Text Example
Text Example
White with #FD761E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD761E; }
p { color: rgb(253,118,30); }
H1.HeaderClassName
{
color: #FD761E;
}
.AnyTagClassName
{
color: #FD761E;
}
</style>
background-color css
<style>
a { background-color: #FD761E; }
a { background-color: rgb(253,118,30); }
div.DivClassName
{
background-color: #FD761E;
}
.BgClassName
{
background-color: #FD761E;
}
</style>
border-color css
<style>
span { border-color: #FD761E; }
span { border-color: rgb(253,118,30); }
td.TdClassName
{
border-color: #FD761E;
}
.TagClassName
{
border-color: #FD761E;
}
</style>