Shades of Pumpkin #FA7C29
Tints of Pumpkin #FA7C29
RGB
CMYK
RGB Variations
Color information
#FA7C29 (or 0xFA7C29) is known color: Pumpkin. HEX triplet: FA, 7C and 29. RGB value is (250,124,41). Sum of RGB (Red+Green+Blue) = 250+124+41=415 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.24% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 41 (16.41% from 255 or 9.88% from 415); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7C29 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7C29 is #0583D6. Grayscale: #989898. Windows color (decimal): -361431 or 2718970. OLE color: 2718970.
HSL color Cylindrical-coordinate representation of color #FA7C29: hue angle of 23.83º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FA7C29 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 124 | 41 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.02 |
| HSL | 23.83º | 0.95% | 0.57% | - |
| HSV(B) | 23.83º | 0.84% | 0.98% | - |
| XYZ | 47.03 | 34.9 | 6.36 | - |
| YUV | 152.21 | 65.24 | 197.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 124 | 41 | 0 | 0.50 | 0.84 | 0.02 | 23.83 | 0.95 | 0.57 |
| Hex | FA | 7C | 29 | 0 | 32 | 54 | 2 | 18 | 5F | 39 |
| Octal | 372 | 174 | 51 | 0 | 62 | 124 | 2 | 30 | 137 | 71 |
| Binary | 11111010 | 1111100 | 101001 | 0 | 110010 | 1010100 | 10 | 11000 | 1011111 | 111001 |
Color Harmonies of #FA7C29
Complementary color
Monochromatic Colors of #FA7C29
Black with #FA7C29
Text Example
Text Example
White with #FA7C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7C29; }
p { color: rgb(250,124,41); }
H1.HeaderClassName
{
color: #FA7C29;
}
.AnyTagClassName
{
color: #FA7C29;
}
</style>
background-color css
<style>
a { background-color: #FA7C29; }
a { background-color: rgb(250,124,41); }
div.DivClassName
{
background-color: #FA7C29;
}
.BgClassName
{
background-color: #FA7C29;
}
</style>
border-color css
<style>
span { border-color: #FA7C29; }
span { border-color: rgb(250,124,41); }
td.TdClassName
{
border-color: #FA7C29;
}
.TagClassName
{
border-color: #FA7C29;
}
</style>