Shades of Pumpkin #FA7811
Tints of Pumpkin #FA7811
RGB
CMYK
RGB Variations
Color information
#FA7811 (or 0xFA7811) is known color: Pumpkin. HEX triplet: FA, 78 and 11. RGB value is (250,120,17). Sum of RGB (Red+Green+Blue) = 250+120+17=387 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.60% from 387); Green value is 120 (47.27% from 255 or 31.01% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7811 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA7811 is #0587EE. Grayscale: #939393. Windows color (decimal): -362479 or 1145082. OLE color: 1145082.
HSL color Cylindrical-coordinate representation of color #FA7811: hue angle of 26.52º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FA7811 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 120 | 17 | - |
| CMYK | 0 | 0.52 | 0.93 | 0.02 |
| HSL | 26.52º | 0.96% | 0.52% | - |
| HSV(B) | 26.52º | 0.93% | 0.98% | - |
| XYZ | 46.24 | 33.8 | 4.62 | - |
| YUV | 147.13 | 54.57 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 120 | 17 | 0 | 0.52 | 0.93 | 0.02 | 26.52 | 0.96 | 0.52 |
| Hex | FA | 78 | 11 | 0 | 34 | 5D | 2 | 1B | 60 | 34 |
| Octal | 372 | 170 | 21 | 0 | 64 | 135 | 2 | 33 | 140 | 64 |
| Binary | 11111010 | 1111000 | 10001 | 0 | 110100 | 1011101 | 10 | 11011 | 1100000 | 110100 |
Color Harmonies of #FA7811
Complementary color
Monochromatic Colors of #FA7811
Black with #FA7811
Text Example
Text Example
White with #FA7811
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA7811; }
p { color: rgb(250,120,17); }
H1.HeaderClassName
{
color: #FA7811;
}
.AnyTagClassName
{
color: #FA7811;
}
</style>
background-color css
<style>
a { background-color: #FA7811; }
a { background-color: rgb(250,120,17); }
div.DivClassName
{
background-color: #FA7811;
}
.BgClassName
{
background-color: #FA7811;
}
</style>
border-color css
<style>
span { border-color: #FA7811; }
span { border-color: rgb(250,120,17); }
td.TdClassName
{
border-color: #FA7811;
}
.TagClassName
{
border-color: #FA7811;
}
</style>