Shades of Pumpkin #FA6D21
Tints of Pumpkin #FA6D21
RGB
CMYK
RGB Variations
Color information
#FA6D21 (or 0xFA6D21) is known color: Pumpkin. HEX triplet: FA, 6D and 21. RGB value is (250,109,33). Sum of RGB (Red+Green+Blue) = 250+109+33=392 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.78% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 33 (13.28% from 255 or 8.42% from 392); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D21 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D21 is #0592DE. Grayscale: #8E8E8E. Windows color (decimal): -365279 or 2190842. OLE color: 2190842.
HSL color Cylindrical-coordinate representation of color #FA6D21: hue angle of 21.01º 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 #FA6D21 is Cyan = 0, Magento = 0.56, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 33 | - |
| CMYK | 0 | 0.56 | 0.87 | 0.02 |
| HSL | 21.01º | 0.96% | 0.55% | - |
| HSV(B) | 21.01º | 0.87% | 0.98% | - |
| XYZ | 45.17 | 31.37 | 5.11 | - |
| YUV | 142.5 | 66.21 | 204.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 33 | 0 | 0.56 | 0.87 | 0.02 | 21.01 | 0.96 | 0.55 |
| Hex | FA | 6D | 21 | 0 | 38 | 57 | 2 | 15 | 60 | 37 |
| Octal | 372 | 155 | 41 | 0 | 70 | 127 | 2 | 25 | 140 | 67 |
| Binary | 11111010 | 1101101 | 100001 | 0 | 111000 | 1010111 | 10 | 10101 | 1100000 | 110111 |
Color Harmonies of #FA6D21
Complementary color
Monochromatic Colors of #FA6D21
Black with #FA6D21
Text Example
Text Example
White with #FA6D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D21; }
p { color: rgb(250,109,33); }
H1.HeaderClassName
{
color: #FA6D21;
}
.AnyTagClassName
{
color: #FA6D21;
}
</style>
background-color css
<style>
a { background-color: #FA6D21; }
a { background-color: rgb(250,109,33); }
div.DivClassName
{
background-color: #FA6D21;
}
.BgClassName
{
background-color: #FA6D21;
}
</style>
border-color css
<style>
span { border-color: #FA6D21; }
span { border-color: rgb(250,109,33); }
td.TdClassName
{
border-color: #FA6D21;
}
.TagClassName
{
border-color: #FA6D21;
}
</style>