Shades of Pumpkin #FA6B1B
Tints of Pumpkin #FA6B1B
RGB
CMYK
RGB Variations
Color information
#FA6B1B (or 0xFA6B1B) is known color: Pumpkin. HEX triplet: FA, 6B and 1B. RGB value is (250,107,27). Sum of RGB (Red+Green+Blue) = 250+107+27=384 (50% of max value = 765). Red value is 250 (98.05% from 255 or 65.10% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 27 (10.94% from 255 or 7.03% from 384); Max value from RGB is 250 - color contains mainly: red. Hex color #FA6B1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FA6B1B is #0594E4. Grayscale: #8D8D8D. Windows color (decimal): -365797 or 1797114. OLE color: 1797114.
HSL color Cylindrical-coordinate representation of color #FA6B1B: hue angle of 21.52º 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 #FA6B1B is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 107 | 27 | - |
| CMYK | 0 | 0.57 | 0.89 | 0.02 |
| HSL | 21.52º | 0.96% | 0.54% | - |
| HSV(B) | 21.52º | 0.89% | 0.98% | - |
| XYZ | 44.88 | 30.92 | 4.64 | - |
| YUV | 140.64 | 63.88 | 206 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 107 | 27 | 0 | 0.57 | 0.89 | 0.02 | 21.52 | 0.96 | 0.54 |
| Hex | FA | 6B | 1B | 0 | 39 | 59 | 2 | 16 | 60 | 36 |
| Octal | 372 | 153 | 33 | 0 | 71 | 131 | 2 | 26 | 140 | 66 |
| Binary | 11111010 | 1101011 | 11011 | 0 | 111001 | 1011001 | 10 | 10110 | 1100000 | 110110 |
Color Harmonies of #FA6B1B
Complementary color
Monochromatic Colors of #FA6B1B
Black with #FA6B1B
Text Example
Text Example
White with #FA6B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA6B1B; }
p { color: rgb(250,107,27); }
H1.HeaderClassName
{
color: #FA6B1B;
}
.AnyTagClassName
{
color: #FA6B1B;
}
</style>
background-color css
<style>
a { background-color: #FA6B1B; }
a { background-color: rgb(250,107,27); }
div.DivClassName
{
background-color: #FA6B1B;
}
.BgClassName
{
background-color: #FA6B1B;
}
</style>
border-color css
<style>
span { border-color: #FA6B1B; }
span { border-color: rgb(250,107,27); }
td.TdClassName
{
border-color: #FA6B1B;
}
.TagClassName
{
border-color: #FA6B1B;
}
</style>