Shades of Pumpkin #FA7A19
Tints of Pumpkin #FA7A19
RGB
CMYK
RGB Variations
Color information
#FA7A19 (or 0xFA7A19) is known color: Pumpkin. HEX triplet: FA, 7A and 19. RGB value is (250,122,25). Sum of RGB (Red+Green+Blue) = 250+122+25=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 122 (48.05% from 255 or 30.73% from 397); Blue value is 25 (10.16% from 255 or 6.30% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7A19 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7A19 is #0585E6. Grayscale: #959595. Windows color (decimal): -361959 or 1669882. OLE color: 1669882.
HSL color Cylindrical-coordinate representation of color #FA7A19: hue angle of 25.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FA7A19 is Cyan = 0, Magento = 0.51, Yellow = 0.9 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 122 | 25 | - |
| CMYK | 0 | 0.51 | 0.9 | 0.02 |
| HSL | 25.87º | 0.96% | 0.54% | - |
| HSV(B) | 25.87º | 0.9% | 0.98% | - |
| XYZ | 46.56 | 34.31 | 5.09 | - |
| YUV | 149.21 | 57.91 | 199.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 122 | 25 | 0 | 0.51 | 0.9 | 0.02 | 25.87 | 0.96 | 0.54 |
| Hex | FA | 7A | 19 | 0 | 33 | 5A | 2 | 1A | 60 | 36 |
| Octal | 372 | 172 | 31 | 0 | 63 | 132 | 2 | 32 | 140 | 66 |
| Binary | 11111010 | 1111010 | 11001 | 0 | 110011 | 1011010 | 10 | 11010 | 1100000 | 110110 |
Color Harmonies of #FA7A19
Complementary color
Monochromatic Colors of #FA7A19
Black with #FA7A19
Text Example
Text Example
White with #FA7A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7A19; }
p { color: rgb(250,122,25); }
H1.HeaderClassName
{
color: #FA7A19;
}
.AnyTagClassName
{
color: #FA7A19;
}
</style>
background-color css
<style>
a { background-color: #FA7A19; }
a { background-color: rgb(250,122,25); }
div.DivClassName
{
background-color: #FA7A19;
}
.BgClassName
{
background-color: #FA7A19;
}
</style>
border-color css
<style>
span { border-color: #FA7A19; }
span { border-color: rgb(250,122,25); }
td.TdClassName
{
border-color: #FA7A19;
}
.TagClassName
{
border-color: #FA7A19;
}
</style>