Shades of Pumpkin #FA711C
Tints of Pumpkin #FA711C
RGB
CMYK
RGB Variations
Color information
#FA711C (or 0xFA711C) is known color: Pumpkin. HEX triplet: FA, 71 and 1C. RGB value is (250,113,28). Sum of RGB (Red+Green+Blue) = 250+113+28=391 (51% of max value = 765). Red value is 250 (98.05% from 255 or 63.94% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 28 (11.33% from 255 or 7.16% from 391); Max value from RGB is 250 - color contains mainly: red. Hex color #FA711C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA711C is #058EE3. Grayscale: #909090. Windows color (decimal): -364260 or 1864186. OLE color: 1864186.
HSL color Cylindrical-coordinate representation of color #FA711C: hue angle of 22.97º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA711C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 113 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.02 |
| HSL | 22.97º | 0.96% | 0.55% | - |
| HSV(B) | 22.97º | 0.89% | 0.98% | - |
| XYZ | 45.54 | 32.22 | 4.92 | - |
| YUV | 144.27 | 62.39 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 113 | 28 | 0 | 0.55 | 0.89 | 0.02 | 22.97 | 0.96 | 0.55 |
| Hex | FA | 71 | 1C | 0 | 37 | 59 | 2 | 17 | 60 | 37 |
| Octal | 372 | 161 | 34 | 0 | 67 | 131 | 2 | 27 | 140 | 67 |
| Binary | 11111010 | 1110001 | 11100 | 0 | 110111 | 1011001 | 10 | 10111 | 1100000 | 110111 |
Color Harmonies of #FA711C
Complementary color
Monochromatic Colors of #FA711C
Black with #FA711C
Text Example
Text Example
White with #FA711C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA711C; }
p { color: rgb(250,113,28); }
H1.HeaderClassName
{
color: #FA711C;
}
.AnyTagClassName
{
color: #FA711C;
}
</style>
background-color css
<style>
a { background-color: #FA711C; }
a { background-color: rgb(250,113,28); }
div.DivClassName
{
background-color: #FA711C;
}
.BgClassName
{
background-color: #FA711C;
}
</style>
border-color css
<style>
span { border-color: #FA711C; }
span { border-color: rgb(250,113,28); }
td.TdClassName
{
border-color: #FA711C;
}
.TagClassName
{
border-color: #FA711C;
}
</style>