Shades of Pumpkin #FA7121
Tints of Pumpkin #FA7121
RGB
CMYK
RGB Variations
Color information
#FA7121 (or 0xFA7121) is known color: Pumpkin. HEX triplet: FA, 71 and 21. RGB value is (250,113,33). Sum of RGB (Red+Green+Blue) = 250+113+33=396 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.13% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 33 (13.28% from 255 or 8.33% from 396); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7121 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7121 is #058EDE. Grayscale: #919191. Windows color (decimal): -364255 or 2191866. OLE color: 2191866.
HSL color Cylindrical-coordinate representation of color #FA7121: hue angle of 22.12º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FA7121 is Cyan = 0, Magento = 0.55, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 33 | - |
| CMYK | 0 | 0.55 | 0.87 | 0.02 |
| HSL | 22.12º | 0.96% | 0.55% | - |
| HSV(B) | 22.12º | 0.87% | 0.98% | - |
| XYZ | 45.6 | 32.24 | 5.26 | - |
| YUV | 144.84 | 64.89 | 203 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 33 | 0 | 0.55 | 0.87 | 0.02 | 22.12 | 0.96 | 0.55 |
| Hex | FA | 71 | 21 | 0 | 37 | 57 | 2 | 16 | 60 | 37 |
| Octal | 372 | 161 | 41 | 0 | 67 | 127 | 2 | 26 | 140 | 67 |
| Binary | 11111010 | 1110001 | 100001 | 0 | 110111 | 1010111 | 10 | 10110 | 1100000 | 110111 |
Color Harmonies of #FA7121
Complementary color
Monochromatic Colors of #FA7121
Black with #FA7121
Text Example
Text Example
White with #FA7121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7121; }
p { color: rgb(250,113,33); }
H1.HeaderClassName
{
color: #FA7121;
}
.AnyTagClassName
{
color: #FA7121;
}
</style>
background-color css
<style>
a { background-color: #FA7121; }
a { background-color: rgb(250,113,33); }
div.DivClassName
{
background-color: #FA7121;
}
.BgClassName
{
background-color: #FA7121;
}
</style>
border-color css
<style>
span { border-color: #FA7121; }
span { border-color: rgb(250,113,33); }
td.TdClassName
{
border-color: #FA7121;
}
.TagClassName
{
border-color: #FA7121;
}
</style>