Shades of Pumpkin #FF7421
Tints of Pumpkin #FF7421
RGB
CMYK
RGB Variations
Color information
#FF7421 (or 0xFF7421) is known color: Pumpkin. HEX triplet: FF, 74 and 21. RGB value is (255,116,33). Sum of RGB (Red+Green+Blue) = 255+116+33=404 (53% of max value = 765). Red value is 255 (100% from 255 or 63.12% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7421 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7421 is #008BDE. Grayscale: #949494. Windows color (decimal): -35807 or 2192639. OLE color: 2192639.
HSL color Cylindrical-coordinate representation of color #FF7421: hue angle of 22.43º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF7421 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 116 | 33 | - |
| CMYK | 0 | 0.55 | 0.87 | 0 |
| HSL | 22.43º | 1% | 0.56% | - |
| HSV(B) | 22.43º | 0.87% | 1% | - |
| XYZ | 47.76 | 33.86 | 5.46 | - |
| YUV | 148.1 | 63.05 | 204.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 116 | 33 | 0 | 0.55 | 0.87 | 0 | 22.43 | 1 | 0.56 |
| Hex | FF | 74 | 21 | 0 | 37 | 57 | 0 | 16 | 64 | 38 |
| Octal | 377 | 164 | 41 | 0 | 67 | 127 | 0 | 26 | 144 | 70 |
| Binary | 11111111 | 1110100 | 100001 | 0 | 110111 | 1010111 | 0 | 10110 | 1100100 | 111000 |
Color Harmonies of #FF7421
Complementary color
Monochromatic Colors of #FF7421
Black with #FF7421
Text Example
Text Example
White with #FF7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7421; }
p { color: rgb(255,116,33); }
H1.HeaderClassName
{
color: #FF7421;
}
.AnyTagClassName
{
color: #FF7421;
}
</style>
background-color css
<style>
a { background-color: #FF7421; }
a { background-color: rgb(255,116,33); }
div.DivClassName
{
background-color: #FF7421;
}
.BgClassName
{
background-color: #FF7421;
}
</style>
border-color css
<style>
span { border-color: #FF7421; }
span { border-color: rgb(255,116,33); }
td.TdClassName
{
border-color: #FF7421;
}
.TagClassName
{
border-color: #FF7421;
}
</style>