Shades of Pumpkin #FA6521
Tints of Pumpkin #FA6521
RGB
CMYK
RGB Variations
Color information
#FA6521 (or 0xFA6521) is known color: Pumpkin. HEX triplet: FA, 65 and 21. RGB value is (250,101,33). Sum of RGB (Red+Green+Blue) = 250+101+33=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 33 (13.28% from 255 or 8.59% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6521 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6521 is #059ADE. Grayscale: #8A8A8A. Windows color (decimal): -367327 or 2188794. OLE color: 2188794.
HSL color Cylindrical-coordinate representation of color #FA6521: hue angle of 18.8º 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 #FA6521 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 101 | 33 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.02 |
| HSL | 18.8º | 0.96% | 0.55% | - |
| HSV(B) | 18.8º | 0.87% | 0.98% | - |
| XYZ | 44.35 | 29.74 | 4.84 | - |
| YUV | 137.8 | 68.86 | 208.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 101 | 33 | 0 | 0.60 | 0.87 | 0.02 | 18.8 | 0.96 | 0.55 |
| Hex | FA | 65 | 21 | 0 | 3C | 57 | 2 | 13 | 60 | 37 |
| Octal | 372 | 145 | 41 | 0 | 74 | 127 | 2 | 23 | 140 | 67 |
| Binary | 11111010 | 1100101 | 100001 | 0 | 111100 | 1010111 | 10 | 10011 | 1100000 | 110111 |
Color Harmonies of #FA6521
Complementary color
Monochromatic Colors of #FA6521
Black with #FA6521
Text Example
Text Example
White with #FA6521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6521; }
p { color: rgb(250,101,33); }
H1.HeaderClassName
{
color: #FA6521;
}
.AnyTagClassName
{
color: #FA6521;
}
</style>
background-color css
<style>
a { background-color: #FA6521; }
a { background-color: rgb(250,101,33); }
div.DivClassName
{
background-color: #FA6521;
}
.BgClassName
{
background-color: #FA6521;
}
</style>
border-color css
<style>
span { border-color: #FA6521; }
span { border-color: rgb(250,101,33); }
td.TdClassName
{
border-color: #FA6521;
}
.TagClassName
{
border-color: #FA6521;
}
</style>