Shades of Pumpkin #FA6A1D
Tints of Pumpkin #FA6A1D
RGB
CMYK
RGB Variations
Color information
#FA6A1D (or 0xFA6A1D) is known color: Pumpkin. HEX triplet: FA, 6A and 1D. RGB value is (250,106,29). Sum of RGB (Red+Green+Blue) = 250+106+29=385 (50% of max value = 765). Red value is 250 (98.05% from 255 or 64.94% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 29 (11.72% from 255 or 7.53% from 385); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6A1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6A1D is #0595E2. Grayscale: #8C8C8C. Windows color (decimal): -366051 or 1927930. OLE color: 1927930.
HSL color Cylindrical-coordinate representation of color #FA6A1D: hue angle of 20.9º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FA6A1D is Cyan = 0, Magento = 0.58, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 106 | 29 | - |
| CMYK | 0 | 0.58 | 0.88 | 0.02 |
| HSL | 20.9º | 0.96% | 0.55% | - |
| HSV(B) | 20.9º | 0.88% | 0.98% | - |
| XYZ | 44.8 | 30.72 | 4.73 | - |
| YUV | 140.28 | 65.21 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 106 | 29 | 0 | 0.58 | 0.88 | 0.02 | 20.9 | 0.96 | 0.55 |
| Hex | FA | 6A | 1D | 0 | 3A | 58 | 2 | 15 | 60 | 37 |
| Octal | 372 | 152 | 35 | 0 | 72 | 130 | 2 | 25 | 140 | 67 |
| Binary | 11111010 | 1101010 | 11101 | 0 | 111010 | 1011000 | 10 | 10101 | 1100000 | 110111 |
Color Harmonies of #FA6A1D
Complementary color
Monochromatic Colors of #FA6A1D
Black with #FA6A1D
Text Example
Text Example
White with #FA6A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6A1D; }
p { color: rgb(250,106,29); }
H1.HeaderClassName
{
color: #FA6A1D;
}
.AnyTagClassName
{
color: #FA6A1D;
}
</style>
background-color css
<style>
a { background-color: #FA6A1D; }
a { background-color: rgb(250,106,29); }
div.DivClassName
{
background-color: #FA6A1D;
}
.BgClassName
{
background-color: #FA6A1D;
}
</style>
border-color css
<style>
span { border-color: #FA6A1D; }
span { border-color: rgb(250,106,29); }
td.TdClassName
{
border-color: #FA6A1D;
}
.TagClassName
{
border-color: #FA6A1D;
}
</style>