Shades of Pumpkin #FA6D1B
Tints of Pumpkin #FA6D1B
RGB
CMYK
RGB Variations
Color information
#FA6D1B (or 0xFA6D1B) is known color: Pumpkin. HEX triplet: FA, 6D and 1B. RGB value is (250,109,27). Sum of RGB (Red+Green+Blue) = 250+109+27=386 (51% of max value = 765). Red value is 250 (98.05% from 255 or 64.77% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6D1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6D1B is #0592E4. Grayscale: #8E8E8E. Windows color (decimal): -365285 or 1797626. OLE color: 1797626.
HSL color Cylindrical-coordinate representation of color #FA6D1B: hue angle of 22.06º 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 #FA6D1B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 109 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.02 |
| HSL | 22.06º | 0.96% | 0.54% | - |
| HSV(B) | 22.06º | 0.89% | 0.98% | - |
| XYZ | 45.09 | 31.34 | 4.71 | - |
| YUV | 141.81 | 63.21 | 205.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 109 | 27 | 0 | 0.56 | 0.89 | 0.02 | 22.06 | 0.96 | 0.54 |
| Hex | FA | 6D | 1B | 0 | 38 | 59 | 2 | 16 | 60 | 36 |
| Octal | 372 | 155 | 33 | 0 | 70 | 131 | 2 | 26 | 140 | 66 |
| Binary | 11111010 | 1101101 | 11011 | 0 | 111000 | 1011001 | 10 | 10110 | 1100000 | 110110 |
Color Harmonies of #FA6D1B
Complementary color
Monochromatic Colors of #FA6D1B
Black with #FA6D1B
Text Example
Text Example
White with #FA6D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6D1B; }
p { color: rgb(250,109,27); }
H1.HeaderClassName
{
color: #FA6D1B;
}
.AnyTagClassName
{
color: #FA6D1B;
}
</style>
background-color css
<style>
a { background-color: #FA6D1B; }
a { background-color: rgb(250,109,27); }
div.DivClassName
{
background-color: #FA6D1B;
}
.BgClassName
{
background-color: #FA6D1B;
}
</style>
border-color css
<style>
span { border-color: #FA6D1B; }
span { border-color: rgb(250,109,27); }
td.TdClassName
{
border-color: #FA6D1B;
}
.TagClassName
{
border-color: #FA6D1B;
}
</style>