Shades of Pumpkin #FA7621
Tints of Pumpkin #FA7621
RGB
CMYK
RGB Variations
Color information
#FA7621 (or 0xFA7621) is known color: Pumpkin. HEX triplet: FA, 76 and 21. RGB value is (250,118,33). Sum of RGB (Red+Green+Blue) = 250+118+33=401 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.34% from 401); Green value is 118 (46.48% from 255 or 29.43% from 401); Blue value is 33 (13.28% from 255 or 8.23% from 401); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7621 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7621 is #0589DE. Grayscale: #949494. Windows color (decimal): -362975 or 2193146. OLE color: 2193146.
HSL color Cylindrical-coordinate representation of color #FA7621: hue angle of 23.5º 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 #FA7621 is Cyan = 0, Magento = 0.53, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 118 | 33 | - |
| CMYK | 0 | 0.53 | 0.87 | 0.02 |
| HSL | 23.5º | 0.96% | 0.55% | - |
| HSV(B) | 23.5º | 0.87% | 0.98% | - |
| XYZ | 46.18 | 33.39 | 5.45 | - |
| YUV | 147.78 | 63.23 | 200.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 118 | 33 | 0 | 0.53 | 0.87 | 0.02 | 23.5 | 0.96 | 0.55 |
| Hex | FA | 76 | 21 | 0 | 35 | 57 | 2 | 18 | 60 | 37 |
| Octal | 372 | 166 | 41 | 0 | 65 | 127 | 2 | 30 | 140 | 67 |
| Binary | 11111010 | 1110110 | 100001 | 0 | 110101 | 1010111 | 10 | 11000 | 1100000 | 110111 |
Color Harmonies of #FA7621
Complementary color
Monochromatic Colors of #FA7621
Black with #FA7621
Text Example
Text Example
White with #FA7621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7621; }
p { color: rgb(250,118,33); }
H1.HeaderClassName
{
color: #FA7621;
}
.AnyTagClassName
{
color: #FA7621;
}
</style>
background-color css
<style>
a { background-color: #FA7621; }
a { background-color: rgb(250,118,33); }
div.DivClassName
{
background-color: #FA7621;
}
.BgClassName
{
background-color: #FA7621;
}
</style>
border-color css
<style>
span { border-color: #FA7621; }
span { border-color: rgb(250,118,33); }
td.TdClassName
{
border-color: #FA7621;
}
.TagClassName
{
border-color: #FA7621;
}
</style>