Shades of Pumpkin #FF740B
Tints of Pumpkin #FF740B
RGB
CMYK
RGB Variations
Color information
#FF740B (or 0xFF740B) is known color: Pumpkin. HEX triplet: FF, 74 and 0B. RGB value is (255,116,11). Sum of RGB (Red+Green+Blue) = 255+116+11=382 (50% of max value = 765). Red value is 255 (100% from 255 or 66.75% from 382); Green value is 116 (45.70% from 255 or 30.37% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 255 - color contains mainly: red. Hex color #FF740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF740B is #008BF4. Grayscale: #929292. Windows color (decimal): -35829 or 750847. OLE color: 750847.
HSL color Cylindrical-coordinate representation of color #FF740B: hue angle of 25.82º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FF740B is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 11 | - |
| CMYK | 0 | 0.55 | 0.96 | 0 |
| HSL | 25.82º | 1% | 0.52% | - |
| HSV(B) | 25.82º | 0.96% | 1% | - |
| XYZ | 47.55 | 33.77 | 4.33 | - |
| YUV | 145.59 | 52.05 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 11 | 0 | 0.55 | 0.96 | 0 | 25.82 | 1 | 0.52 |
| Hex | FF | 74 | B | 0 | 37 | 60 | 0 | 1A | 64 | 34 |
| Octal | 377 | 164 | 13 | 0 | 67 | 140 | 0 | 32 | 144 | 64 |
| Binary | 11111111 | 1110100 | 1011 | 0 | 110111 | 1100000 | 0 | 11010 | 1100100 | 110100 |
Color Harmonies of #FF740B
Complementary color
Monochromatic Colors of #FF740B
Black with #FF740B
Text Example
Text Example
White with #FF740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF740B; }
p { color: rgb(255,116,11); }
H1.HeaderClassName
{
color: #FF740B;
}
.AnyTagClassName
{
color: #FF740B;
}
</style>
background-color css
<style>
a { background-color: #FF740B; }
a { background-color: rgb(255,116,11); }
div.DivClassName
{
background-color: #FF740B;
}
.BgClassName
{
background-color: #FF740B;
}
</style>
border-color css
<style>
span { border-color: #FF740B; }
span { border-color: rgb(255,116,11); }
td.TdClassName
{
border-color: #FF740B;
}
.TagClassName
{
border-color: #FF740B;
}
</style>