Shades of Pumpkin #FD7B0E
Tints of Pumpkin #FD7B0E
RGB
CMYK
RGB Variations
Color information
#FD7B0E (or 0xFD7B0E) is known color: Pumpkin. HEX triplet: FD, 7B and 0E. RGB value is (253,123,14). Sum of RGB (Red+Green+Blue) = 253+123+14=390 (51% of max value = 765). Red value is 253 (99.22% from 255 or 64.87% from 390); Green value is 123 (48.44% from 255 or 31.54% from 390); Blue value is 14 (5.86% from 255 or 3.59% from 390); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B0E is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7B0E is #0284F1. Grayscale: #969696. Windows color (decimal): -165106 or 949245. OLE color: 949245.
HSL color Cylindrical-coordinate representation of color #FD7B0E: hue angle of 27.36º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FD7B0E is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 14 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.01 |
| HSL | 27.36º | 0.98% | 0.52% | - |
| HSV(B) | 27.36º | 0.94% | 0.99% | - |
| XYZ | 47.67 | 35.08 | 4.67 | - |
| YUV | 149.44 | 51.57 | 201.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 14 | 0 | 0.51 | 0.94 | 0.01 | 27.36 | 0.98 | 0.52 |
| Hex | FD | 7B | E | 0 | 33 | 5E | 1 | 1B | 62 | 34 |
| Octal | 375 | 173 | 16 | 0 | 63 | 136 | 1 | 33 | 142 | 64 |
| Binary | 11111101 | 1111011 | 1110 | 0 | 110011 | 1011110 | 1 | 11011 | 1100010 | 110100 |
Color Harmonies of #FD7B0E
Complementary color
Monochromatic Colors of #FD7B0E
Black with #FD7B0E
Text Example
Text Example
White with #FD7B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B0E; }
p { color: rgb(253,123,14); }
H1.HeaderClassName
{
color: #FD7B0E;
}
.AnyTagClassName
{
color: #FD7B0E;
}
</style>
background-color css
<style>
a { background-color: #FD7B0E; }
a { background-color: rgb(253,123,14); }
div.DivClassName
{
background-color: #FD7B0E;
}
.BgClassName
{
background-color: #FD7B0E;
}
</style>
border-color css
<style>
span { border-color: #FD7B0E; }
span { border-color: rgb(253,123,14); }
td.TdClassName
{
border-color: #FD7B0E;
}
.TagClassName
{
border-color: #FD7B0E;
}
</style>