Shades of Pumpkin #FD7B17
Tints of Pumpkin #FD7B17
RGB
CMYK
RGB Variations
Color information
#FD7B17 (or 0xFD7B17) is known color: Pumpkin. HEX triplet: FD, 7B and 17. RGB value is (253,123,23). Sum of RGB (Red+Green+Blue) = 253+123+23=399 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.41% from 399); Green value is 123 (48.44% from 255 or 30.83% from 399); Blue value is 23 (9.38% from 255 or 5.76% from 399); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B17 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7B17 is #0284E8. Grayscale: #969696. Windows color (decimal): -165097 or 1539069. OLE color: 1539069.
HSL color Cylindrical-coordinate representation of color #FD7B17: hue angle of 26.09º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD7B17 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 23 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.01 |
| HSL | 26.09º | 0.98% | 0.54% | - |
| HSV(B) | 26.09º | 0.91% | 0.99% | - |
| XYZ | 47.75 | 35.11 | 5.07 | - |
| YUV | 150.47 | 56.07 | 201.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 23 | 0 | 0.51 | 0.91 | 0.01 | 26.09 | 0.98 | 0.54 |
| Hex | FD | 7B | 17 | 0 | 33 | 5B | 1 | 1A | 62 | 36 |
| Octal | 375 | 173 | 27 | 0 | 63 | 133 | 1 | 32 | 142 | 66 |
| Binary | 11111101 | 1111011 | 10111 | 0 | 110011 | 1011011 | 1 | 11010 | 1100010 | 110110 |
Color Harmonies of #FD7B17
Complementary color
Monochromatic Colors of #FD7B17
Black with #FD7B17
Text Example
Text Example
White with #FD7B17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B17; }
p { color: rgb(253,123,23); }
H1.HeaderClassName
{
color: #FD7B17;
}
.AnyTagClassName
{
color: #FD7B17;
}
</style>
background-color css
<style>
a { background-color: #FD7B17; }
a { background-color: rgb(253,123,23); }
div.DivClassName
{
background-color: #FD7B17;
}
.BgClassName
{
background-color: #FD7B17;
}
</style>
border-color css
<style>
span { border-color: #FD7B17; }
span { border-color: rgb(253,123,23); }
td.TdClassName
{
border-color: #FD7B17;
}
.TagClassName
{
border-color: #FD7B17;
}
</style>