Shades of Pumpkin #FF7B1F
Tints of Pumpkin #FF7B1F
RGB
CMYK
RGB Variations
Color information
#FF7B1F (or 0xFF7B1F) is known color: Pumpkin. HEX triplet: FF, 7B and 1F. RGB value is (255,123,31). Sum of RGB (Red+Green+Blue) = 255+123+31=409 (54% of max value = 765). Red value is 255 (100% from 255 or 62.35% from 409); Green value is 123 (48.44% from 255 or 30.07% from 409); Blue value is 31 (12.5% from 255 or 7.58% from 409); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7B1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7B1F is #0084E0. Grayscale: #989898. Windows color (decimal): -34017 or 2063359. OLE color: 2063359.
HSL color Cylindrical-coordinate representation of color #FF7B1F: hue angle of 24.64º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF7B1F is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 123 | 31 | - |
| CMYK | 0 | 0.52 | 0.88 | 0 |
| HSL | 24.64º | 1% | 0.56% | - |
| HSV(B) | 24.64º | 0.88% | 1% | - |
| XYZ | 48.57 | 35.52 | 5.59 | - |
| YUV | 151.98 | 59.73 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 123 | 31 | 0 | 0.52 | 0.88 | 0 | 24.64 | 1 | 0.56 |
| Hex | FF | 7B | 1F | 0 | 34 | 58 | 0 | 19 | 64 | 38 |
| Octal | 377 | 173 | 37 | 0 | 64 | 130 | 0 | 31 | 144 | 70 |
| Binary | 11111111 | 1111011 | 11111 | 0 | 110100 | 1011000 | 0 | 11001 | 1100100 | 111000 |
Color Harmonies of #FF7B1F
Complementary color
Monochromatic Colors of #FF7B1F
Black with #FF7B1F
Text Example
Text Example
White with #FF7B1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7B1F; }
p { color: rgb(255,123,31); }
H1.HeaderClassName
{
color: #FF7B1F;
}
.AnyTagClassName
{
color: #FF7B1F;
}
</style>
background-color css
<style>
a { background-color: #FF7B1F; }
a { background-color: rgb(255,123,31); }
div.DivClassName
{
background-color: #FF7B1F;
}
.BgClassName
{
background-color: #FF7B1F;
}
</style>
border-color css
<style>
span { border-color: #FF7B1F; }
span { border-color: rgb(255,123,31); }
td.TdClassName
{
border-color: #FF7B1F;
}
.TagClassName
{
border-color: #FF7B1F;
}
</style>