Shades of Pumpkin #FA6921
Tints of Pumpkin #FA6921
RGB
CMYK
RGB Variations
Color information
#FA6921 (or 0xFA6921) is known color: Pumpkin. HEX triplet: FA, 69 and 21. RGB value is (250,105,33). Sum of RGB (Red+Green+Blue) = 250+105+33=388 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.43% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 33 (13.28% from 255 or 8.51% from 388); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6921 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6921 is #0596DE. Grayscale: #8C8C8C. Windows color (decimal): -366303 or 2189818. OLE color: 2189818.
HSL color Cylindrical-coordinate representation of color #FA6921: hue angle of 19.91º 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 #FA6921 is Cyan = 0, Magento = 0.58, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 105 | 33 | - |
| CMYK | 0 | 0.58 | 0.87 | 0.02 |
| HSL | 19.91º | 0.96% | 0.55% | - |
| HSV(B) | 19.91º | 0.87% | 0.98% | - |
| XYZ | 44.75 | 30.54 | 4.97 | - |
| YUV | 140.15 | 67.54 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 105 | 33 | 0 | 0.58 | 0.87 | 0.02 | 19.91 | 0.96 | 0.55 |
| Hex | FA | 69 | 21 | 0 | 3A | 57 | 2 | 14 | 60 | 37 |
| Octal | 372 | 151 | 41 | 0 | 72 | 127 | 2 | 24 | 140 | 67 |
| Binary | 11111010 | 1101001 | 100001 | 0 | 111010 | 1010111 | 10 | 10100 | 1100000 | 110111 |
Color Harmonies of #FA6921
Complementary color
Monochromatic Colors of #FA6921
Black with #FA6921
Text Example
Text Example
White with #FA6921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6921; }
p { color: rgb(250,105,33); }
H1.HeaderClassName
{
color: #FA6921;
}
.AnyTagClassName
{
color: #FA6921;
}
</style>
background-color css
<style>
a { background-color: #FA6921; }
a { background-color: rgb(250,105,33); }
div.DivClassName
{
background-color: #FA6921;
}
.BgClassName
{
background-color: #FA6921;
}
</style>
border-color css
<style>
span { border-color: #FA6921; }
span { border-color: rgb(250,105,33); }
td.TdClassName
{
border-color: #FA6921;
}
.TagClassName
{
border-color: #FA6921;
}
</style>