Shades of Pumpkin #FF741C
Tints of Pumpkin #FF741C
RGB
CMYK
RGB Variations
Color information
#FF741C (or 0xFF741C) is known color: Pumpkin. HEX triplet: FF, 74 and 1C. RGB value is (255,116,28). Sum of RGB (Red+Green+Blue) = 255+116+28=399 (52% of max value = 765). Red value is 255 (100% from 255 or 63.91% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 28 (11.33% from 255 or 7.02% from 399); Max value from RGB is 255 - color contains mainly: red. Hex color #FF741C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF741C is #008BE3. Grayscale: #949494. Windows color (decimal): -35812 or 1864959. OLE color: 1864959.
HSL color Cylindrical-coordinate representation of color #FF741C: hue angle of 23.26º 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 #FF741C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0 |
| HSL | 23.26º | 1% | 0.55% | - |
| HSV(B) | 23.26º | 0.89% | 1% | - |
| XYZ | 47.69 | 33.83 | 5.12 | - |
| YUV | 147.53 | 60.55 | 204.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 28 | 0 | 0.55 | 0.89 | 0 | 23.26 | 1 | 0.55 |
| Hex | FF | 74 | 1C | 0 | 37 | 59 | 0 | 17 | 64 | 37 |
| Octal | 377 | 164 | 34 | 0 | 67 | 131 | 0 | 27 | 144 | 67 |
| Binary | 11111111 | 1110100 | 11100 | 0 | 110111 | 1011001 | 0 | 10111 | 1100100 | 110111 |
Color Harmonies of #FF741C
Complementary color
Monochromatic Colors of #FF741C
Black with #FF741C
Text Example
Text Example
White with #FF741C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF741C; }
p { color: rgb(255,116,28); }
H1.HeaderClassName
{
color: #FF741C;
}
.AnyTagClassName
{
color: #FF741C;
}
</style>
background-color css
<style>
a { background-color: #FF741C; }
a { background-color: rgb(255,116,28); }
div.DivClassName
{
background-color: #FF741C;
}
.BgClassName
{
background-color: #FF741C;
}
</style>
border-color css
<style>
span { border-color: #FF741C; }
span { border-color: rgb(255,116,28); }
td.TdClassName
{
border-color: #FF741C;
}
.TagClassName
{
border-color: #FF741C;
}
</style>