Shades of Pumpkin #FA7D1B
Tints of Pumpkin #FA7D1B
RGB
CMYK
RGB Variations
Color information
#FA7D1B (or 0xFA7D1B) is known color: Pumpkin. HEX triplet: FA, 7D and 1B. RGB value is (250,125,27). Sum of RGB (Red+Green+Blue) = 250+125+27=402 (53% of max value = 765). Red value is 250 (98.05% from 255 or 62.19% from 402); Green value is 125 (49.22% from 255 or 31.09% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA7D1B is #0582E4. Grayscale: #979797. Windows color (decimal): -361189 or 1801722. OLE color: 1801722.
HSL color Cylindrical-coordinate representation of color #FA7D1B: hue angle of 26.37º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA7D1B is Cyan = 0, Magento = 0.50, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 125 | 27 | - |
| CMYK | 0 | 0.50 | 0.89 | 0.02 |
| HSL | 26.37º | 0.96% | 0.54% | - |
| HSV(B) | 26.37º | 0.89% | 0.98% | - |
| XYZ | 46.96 | 35.07 | 5.33 | - |
| YUV | 151.2 | 57.91 | 198.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 125 | 27 | 0 | 0.50 | 0.89 | 0.02 | 26.37 | 0.96 | 0.54 |
| Hex | FA | 7D | 1B | 0 | 32 | 59 | 2 | 1A | 60 | 36 |
| Octal | 372 | 175 | 33 | 0 | 62 | 131 | 2 | 32 | 140 | 66 |
| Binary | 11111010 | 1111101 | 11011 | 0 | 110010 | 1011001 | 10 | 11010 | 1100000 | 110110 |
Color Harmonies of #FA7D1B
Complementary color
Monochromatic Colors of #FA7D1B
Black with #FA7D1B
Text Example
Text Example
White with #FA7D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7D1B; }
p { color: rgb(250,125,27); }
H1.HeaderClassName
{
color: #FA7D1B;
}
.AnyTagClassName
{
color: #FA7D1B;
}
</style>
background-color css
<style>
a { background-color: #FA7D1B; }
a { background-color: rgb(250,125,27); }
div.DivClassName
{
background-color: #FA7D1B;
}
.BgClassName
{
background-color: #FA7D1B;
}
</style>
border-color css
<style>
span { border-color: #FA7D1B; }
span { border-color: rgb(250,125,27); }
td.TdClassName
{
border-color: #FA7D1B;
}
.TagClassName
{
border-color: #FA7D1B;
}
</style>