Shades of Pumpkin #FA7A16
Tints of Pumpkin #FA7A16
RGB
CMYK
RGB Variations
Color information
#FA7A16 (or 0xFA7A16) is known color: Pumpkin. HEX triplet: FA, 7A and 16. RGB value is (250,122,22). Sum of RGB (Red+Green+Blue) = 250+122+22=394 (52% of max value = 765). Red value is 250 (98.05% from 255 or 63.45% from 394); Green value is 122 (48.05% from 255 or 30.96% from 394); Blue value is 22 (8.98% from 255 or 5.58% from 394); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7A16 is #0585E9. Grayscale: #959595. Windows color (decimal): -361962 or 1473274. OLE color: 1473274.
HSL color Cylindrical-coordinate representation of color #FA7A16: hue angle of 26.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FA7A16 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 22 | - |
| CMYK | 0 | 0.51 | 0.91 | 0.02 |
| HSL | 26.32º | 0.96% | 0.53% | - |
| HSV(B) | 26.32º | 0.91% | 0.98% | - |
| XYZ | 46.53 | 34.3 | 4.93 | - |
| YUV | 148.87 | 56.41 | 200.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 22 | 0 | 0.51 | 0.91 | 0.02 | 26.32 | 0.96 | 0.53 |
| Hex | FA | 7A | 16 | 0 | 33 | 5B | 2 | 1A | 60 | 35 |
| Octal | 372 | 172 | 26 | 0 | 63 | 133 | 2 | 32 | 140 | 65 |
| Binary | 11111010 | 1111010 | 10110 | 0 | 110011 | 1011011 | 10 | 11010 | 1100000 | 110101 |
Color Harmonies of #FA7A16
Complementary color
Monochromatic Colors of #FA7A16
Black with #FA7A16
Text Example
Text Example
White with #FA7A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A16; }
p { color: rgb(250,122,22); }
H1.HeaderClassName
{
color: #FA7A16;
}
.AnyTagClassName
{
color: #FA7A16;
}
</style>
background-color css
<style>
a { background-color: #FA7A16; }
a { background-color: rgb(250,122,22); }
div.DivClassName
{
background-color: #FA7A16;
}
.BgClassName
{
background-color: #FA7A16;
}
</style>
border-color css
<style>
span { border-color: #FA7A16; }
span { border-color: rgb(250,122,22); }
td.TdClassName
{
border-color: #FA7A16;
}
.TagClassName
{
border-color: #FA7A16;
}
</style>