Shades of Pumpkin #FE7B21
Tints of Pumpkin #FE7B21
RGB
CMYK
RGB Variations
Color information
#FE7B21 (or 0xFE7B21) is known color: Pumpkin. HEX triplet: FE, 7B and 21. RGB value is (254,123,33). Sum of RGB (Red+Green+Blue) = 254+123+33=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 123 (48.44% from 255 or 30% from 410); Blue value is 33 (13.28% from 255 or 8.05% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FE7B21 is #0184DE. Grayscale: #989898. Windows color (decimal): -99551 or 2194430. OLE color: 2194430.
HSL color Cylindrical-coordinate representation of color #FE7B21: hue angle of 24.43º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE7B21 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 123 | 33 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.00 |
| HSL | 24.43º | 0.99% | 0.56% | - |
| HSV(B) | 24.43º | 0.87% | 1% | - |
| XYZ | 48.23 | 35.35 | 5.72 | - |
| YUV | 151.91 | 60.9 | 200.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 123 | 33 | 0 | 0.52 | 0.87 | 0.00 | 24.43 | 0.99 | 0.56 |
| Hex | FE | 7B | 21 | 0 | 34 | 57 | 0 | 18 | 63 | 38 |
| Octal | 376 | 173 | 41 | 0 | 64 | 127 | 0 | 30 | 143 | 70 |
| Binary | 11111110 | 1111011 | 100001 | 0 | 110100 | 1010111 | 0 | 11000 | 1100011 | 111000 |
Color Harmonies of #FE7B21
Complementary color
Monochromatic Colors of #FE7B21
Black with #FE7B21
Text Example
Text Example
White with #FE7B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FE7B21; }
p { color: rgb(254,123,33); }
H1.HeaderClassName
{
color: #FE7B21;
}
.AnyTagClassName
{
color: #FE7B21;
}
</style>
background-color css
<style>
a { background-color: #FE7B21; }
a { background-color: rgb(254,123,33); }
div.DivClassName
{
background-color: #FE7B21;
}
.BgClassName
{
background-color: #FE7B21;
}
</style>
border-color css
<style>
span { border-color: #FE7B21; }
span { border-color: rgb(254,123,33); }
td.TdClassName
{
border-color: #FE7B21;
}
.TagClassName
{
border-color: #FE7B21;
}
</style>