Shades of Pumpkin #FA781B
Tints of Pumpkin #FA781B
RGB
CMYK
RGB Variations
Color information
#FA781B (or 0xFA781B) is known color: Pumpkin. HEX triplet: FA, 78 and 1B. RGB value is (250,120,27). Sum of RGB (Red+Green+Blue) = 250+120+27=397 (52% of max value = 765). Red value is 250 (98.05% from 255 or 62.97% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 27 (10.94% from 255 or 6.80% from 397); Max value from RGB is 250 - color contains mainly: red. Hex color #FA781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA781B is #0587E4. Grayscale: #949494. Windows color (decimal): -362469 or 1800442. OLE color: 1800442.
HSL color Cylindrical-coordinate representation of color #FA781B: hue angle of 25.02º 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 #FA781B is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 27 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.02 |
| HSL | 25.02º | 0.96% | 0.54% | - |
| HSV(B) | 25.02º | 0.89% | 0.98% | - |
| XYZ | 46.34 | 33.84 | 5.13 | - |
| YUV | 148.27 | 59.57 | 200.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 27 | 0 | 0.52 | 0.89 | 0.02 | 25.02 | 0.96 | 0.54 |
| Hex | FA | 78 | 1B | 0 | 34 | 59 | 2 | 19 | 60 | 36 |
| Octal | 372 | 170 | 33 | 0 | 64 | 131 | 2 | 31 | 140 | 66 |
| Binary | 11111010 | 1111000 | 11011 | 0 | 110100 | 1011001 | 10 | 11001 | 1100000 | 110110 |
Color Harmonies of #FA781B
Complementary color
Monochromatic Colors of #FA781B
Black with #FA781B
Text Example
Text Example
White with #FA781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA781B; }
p { color: rgb(250,120,27); }
H1.HeaderClassName
{
color: #FA781B;
}
.AnyTagClassName
{
color: #FA781B;
}
</style>
background-color css
<style>
a { background-color: #FA781B; }
a { background-color: rgb(250,120,27); }
div.DivClassName
{
background-color: #FA781B;
}
.BgClassName
{
background-color: #FA781B;
}
</style>
border-color css
<style>
span { border-color: #FA781B; }
span { border-color: rgb(250,120,27); }
td.TdClassName
{
border-color: #FA781B;
}
.TagClassName
{
border-color: #FA781B;
}
</style>