Shades of Pumpkin #FF741D
Tints of Pumpkin #FF741D
RGB
CMYK
RGB Variations
Color information
#FF741D (or 0xFF741D) is known color: Pumpkin. HEX triplet: FF, 74 and 1D. RGB value is (255,116,29). Sum of RGB (Red+Green+Blue) = 255+116+29=400 (52% of max value = 765). Red value is 255 (100% from 255 or 63.75% from 400); Green value is 116 (45.70% from 255 or 29% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 255 - color contains mainly: red. Hex color #FF741D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF741D is #008BE2. Grayscale: #949494. Windows color (decimal): -35811 or 1930495. OLE color: 1930495.
HSL color Cylindrical-coordinate representation of color #FF741D: hue angle of 23.1º 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 #FF741D is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 29 | - |
| CMYK | 0 | 0.55 | 0.89 | 0 |
| HSL | 23.1º | 1% | 0.56% | - |
| HSV(B) | 23.1º | 0.89% | 1% | - |
| XYZ | 47.71 | 33.84 | 5.18 | - |
| YUV | 147.64 | 61.05 | 204.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 29 | 0 | 0.55 | 0.89 | 0 | 23.1 | 1 | 0.56 |
| Hex | FF | 74 | 1D | 0 | 37 | 59 | 0 | 17 | 64 | 38 |
| Octal | 377 | 164 | 35 | 0 | 67 | 131 | 0 | 27 | 144 | 70 |
| Binary | 11111111 | 1110100 | 11101 | 0 | 110111 | 1011001 | 0 | 10111 | 1100100 | 111000 |
Color Harmonies of #FF741D
Complementary color
Monochromatic Colors of #FF741D
Black with #FF741D
Text Example
Text Example
White with #FF741D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF741D; }
p { color: rgb(255,116,29); }
H1.HeaderClassName
{
color: #FF741D;
}
.AnyTagClassName
{
color: #FF741D;
}
</style>
background-color css
<style>
a { background-color: #FF741D; }
a { background-color: rgb(255,116,29); }
div.DivClassName
{
background-color: #FF741D;
}
.BgClassName
{
background-color: #FF741D;
}
</style>
border-color css
<style>
span { border-color: #FF741D; }
span { border-color: rgb(255,116,29); }
td.TdClassName
{
border-color: #FF741D;
}
.TagClassName
{
border-color: #FF741D;
}
</style>