Shades of Pumpkin #FF7F21
Tints of Pumpkin #FF7F21
RGB
CMYK
RGB Variations
Color information
#FF7F21 (or 0xFF7F21) is known color: Pumpkin. HEX triplet: FF, 7F and 21. RGB value is (255,127,33). Sum of RGB (Red+Green+Blue) = 255+127+33=415 (54% of max value = 765). Red value is 255 (100% from 255 or 61.45% from 415); Green value is 127 (50% from 255 or 30.60% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7F21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7F21 is #0080DE. Grayscale: #9B9B9B. Windows color (decimal): -32991 or 2195455. OLE color: 2195455.
HSL color Cylindrical-coordinate representation of color #FF7F21: hue angle of 25.41º 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 #FF7F21 is Cyan = 0, Magento = 0.50, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 127 | 33 | - |
| CMYK | 0 | 0.50 | 0.87 | 0 |
| HSL | 25.41º | 1% | 0.56% | - |
| HSV(B) | 25.41º | 0.87% | 1% | - |
| XYZ | 49.1 | 36.55 | 5.91 | - |
| YUV | 154.56 | 59.41 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 127 | 33 | 0 | 0.50 | 0.87 | 0 | 25.41 | 1 | 0.56 |
| Hex | FF | 7F | 21 | 0 | 32 | 57 | 0 | 19 | 64 | 38 |
| Octal | 377 | 177 | 41 | 0 | 62 | 127 | 0 | 31 | 144 | 70 |
| Binary | 11111111 | 1111111 | 100001 | 0 | 110010 | 1010111 | 0 | 11001 | 1100100 | 111000 |
Color Harmonies of #FF7F21
Complementary color
Monochromatic Colors of #FF7F21
Black with #FF7F21
Text Example
Text Example
White with #FF7F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF7F21; }
p { color: rgb(255,127,33); }
H1.HeaderClassName
{
color: #FF7F21;
}
.AnyTagClassName
{
color: #FF7F21;
}
</style>
background-color css
<style>
a { background-color: #FF7F21; }
a { background-color: rgb(255,127,33); }
div.DivClassName
{
background-color: #FF7F21;
}
.BgClassName
{
background-color: #FF7F21;
}
</style>
border-color css
<style>
span { border-color: #FF7F21; }
span { border-color: rgb(255,127,33); }
td.TdClassName
{
border-color: #FF7F21;
}
.TagClassName
{
border-color: #FF7F21;
}
</style>