Shades of Pumpkin #FF7B1D
Tints of Pumpkin #FF7B1D
RGB
CMYK
RGB Variations
Color information
#FF7B1D (or 0xFF7B1D) is known color: Pumpkin. HEX triplet: FF, 7B and 1D. RGB value is (255,123,29). Sum of RGB (Red+Green+Blue) = 255+123+29=407 (53% of max value = 765). Red value is 255 (100% from 255 or 62.65% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 29 (11.72% from 255 or 7.13% from 407); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B1D is #0084E2. Grayscale: #989898. Windows color (decimal): -34019 or 1932287. OLE color: 1932287.
HSL color Cylindrical-coordinate representation of color #FF7B1D: hue angle of 24.96º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF7B1D is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 29 | - |
| CMYK | 0 | 0.52 | 0.89 | 0 |
| HSL | 24.96º | 1% | 0.56% | - |
| HSV(B) | 24.96º | 0.89% | 1% | - |
| XYZ | 48.54 | 35.51 | 5.46 | - |
| YUV | 151.75 | 58.73 | 201.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 29 | 0 | 0.52 | 0.89 | 0 | 24.96 | 1 | 0.56 |
| Hex | FF | 7B | 1D | 0 | 34 | 59 | 0 | 19 | 64 | 38 |
| Octal | 377 | 173 | 35 | 0 | 64 | 131 | 0 | 31 | 144 | 70 |
| Binary | 11111111 | 1111011 | 11101 | 0 | 110100 | 1011001 | 0 | 11001 | 1100100 | 111000 |
Color Harmonies of #FF7B1D
Complementary color
Monochromatic Colors of #FF7B1D
Black with #FF7B1D
Text Example
Text Example
White with #FF7B1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B1D; }
p { color: rgb(255,123,29); }
H1.HeaderClassName
{
color: #FF7B1D;
}
.AnyTagClassName
{
color: #FF7B1D;
}
</style>
background-color css
<style>
a { background-color: #FF7B1D; }
a { background-color: rgb(255,123,29); }
div.DivClassName
{
background-color: #FF7B1D;
}
.BgClassName
{
background-color: #FF7B1D;
}
</style>
border-color css
<style>
span { border-color: #FF7B1D; }
span { border-color: rgb(255,123,29); }
td.TdClassName
{
border-color: #FF7B1D;
}
.TagClassName
{
border-color: #FF7B1D;
}
</style>