Shades of Pumpkin #FA7921
Tints of Pumpkin #FA7921
RGB
CMYK
RGB Variations
Color information
#FA7921 (or 0xFA7921) is known color: Pumpkin. HEX triplet: FA, 79 and 21. RGB value is (250,121,33). Sum of RGB (Red+Green+Blue) = 250+121+33=404 (53% of max value = 765). Red value is 250 (98.05% from 255 or 61.88% from 404); Green value is 121 (47.66% from 255 or 29.95% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7921 is #0586DE. Grayscale: #969696. Windows color (decimal): -362207 or 2193914. OLE color: 2193914.
HSL color Cylindrical-coordinate representation of color #FA7921: hue angle of 24.33º 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 #FA7921 is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 121 | 33 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.02 |
| HSL | 24.33º | 0.96% | 0.55% | - |
| HSV(B) | 24.33º | 0.87% | 0.98% | - |
| XYZ | 46.54 | 34.11 | 5.57 | - |
| YUV | 149.54 | 62.24 | 199.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 121 | 33 | 0 | 0.52 | 0.87 | 0.02 | 24.33 | 0.96 | 0.55 |
| Hex | FA | 79 | 21 | 0 | 34 | 57 | 2 | 18 | 60 | 37 |
| Octal | 372 | 171 | 41 | 0 | 64 | 127 | 2 | 30 | 140 | 67 |
| Binary | 11111010 | 1111001 | 100001 | 0 | 110100 | 1010111 | 10 | 11000 | 1100000 | 110111 |
Color Harmonies of #FA7921
Complementary color
Monochromatic Colors of #FA7921
Black with #FA7921
Text Example
Text Example
White with #FA7921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7921; }
p { color: rgb(250,121,33); }
H1.HeaderClassName
{
color: #FA7921;
}
.AnyTagClassName
{
color: #FA7921;
}
</style>
background-color css
<style>
a { background-color: #FA7921; }
a { background-color: rgb(250,121,33); }
div.DivClassName
{
background-color: #FA7921;
}
.BgClassName
{
background-color: #FA7921;
}
</style>
border-color css
<style>
span { border-color: #FA7921; }
span { border-color: rgb(250,121,33); }
td.TdClassName
{
border-color: #FA7921;
}
.TagClassName
{
border-color: #FA7921;
}
</style>