Shades of Pumpkin #FF741B
Tints of Pumpkin #FF741B
RGB
CMYK
RGB Variations
Color information
#FF741B (or 0xFF741B) is known color: Pumpkin. HEX triplet: FF, 74 and 1B. RGB value is (255,116,27). Sum of RGB (Red+Green+Blue) = 255+116+27=398 (52% of max value = 765). Red value is 255 (100% from 255 or 64.07% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 255 - color contains mainly: red. Hex color #FF741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF741B is #008BE4. Grayscale: #939393. Windows color (decimal): -35813 or 1799423. OLE color: 1799423.
HSL color Cylindrical-coordinate representation of color #FF741B: hue angle of 23.42º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF741B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 27 | - |
| CMYK | 0 | 0.55 | 0.89 | 0 |
| HSL | 23.42º | 1% | 0.55% | - |
| HSV(B) | 23.42º | 0.89% | 1% | - |
| XYZ | 47.68 | 33.83 | 5.05 | - |
| YUV | 147.42 | 60.05 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 27 | 0 | 0.55 | 0.89 | 0 | 23.42 | 1 | 0.55 |
| Hex | FF | 74 | 1B | 0 | 37 | 59 | 0 | 17 | 64 | 37 |
| Octal | 377 | 164 | 33 | 0 | 67 | 131 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110100 | 11011 | 0 | 110111 | 1011001 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF741B
Complementary color
Monochromatic Colors of #FF741B
Black with #FF741B
Text Example
Text Example
White with #FF741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF741B; }
p { color: rgb(255,116,27); }
H1.HeaderClassName
{
color: #FF741B;
}
.AnyTagClassName
{
color: #FF741B;
}
</style>
background-color css
<style>
a { background-color: #FF741B; }
a { background-color: rgb(255,116,27); }
div.DivClassName
{
background-color: #FF741B;
}
.BgClassName
{
background-color: #FF741B;
}
</style>
border-color css
<style>
span { border-color: #FF741B; }
span { border-color: rgb(255,116,27); }
td.TdClassName
{
border-color: #FF741B;
}
.TagClassName
{
border-color: #FF741B;
}
</style>