Shades of Pumpkin #FA851B
Tints of Pumpkin #FA851B
RGB
CMYK
RGB Variations
Color information
#FA851B (or 0xFA851B) is known color: Pumpkin. HEX triplet: FA, 85 and 1B. RGB value is (250,133,27). Sum of RGB (Red+Green+Blue) = 250+133+27=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 133 (52.34% from 255 or 32.44% from 410); Blue value is 27 (10.94% from 255 or 6.59% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA851B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA851B is #057AE4. Grayscale: #9C9C9C. Windows color (decimal): -359141 or 1803770. OLE color: 1803770.
HSL color Cylindrical-coordinate representation of color #FA851B: hue angle of 28.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 #FA851B is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 133 | 27 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.02 |
| HSL | 28.52º | 0.96% | 0.54% | - |
| HSV(B) | 28.52º | 0.89% | 0.98% | - |
| XYZ | 48.01 | 37.18 | 5.68 | - |
| YUV | 155.9 | 55.26 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 133 | 27 | 0 | 0.47 | 0.89 | 0.02 | 28.52 | 0.96 | 0.54 |
| Hex | FA | 85 | 1B | 0 | 2F | 59 | 2 | 1D | 60 | 36 |
| Octal | 372 | 205 | 33 | 0 | 57 | 131 | 2 | 35 | 140 | 66 |
| Binary | 11111010 | 10000101 | 11011 | 0 | 101111 | 1011001 | 10 | 11101 | 1100000 | 110110 |
Color Harmonies of #FA851B
Complementary color
Monochromatic Colors of #FA851B
Black with #FA851B
Text Example
Text Example
White with #FA851B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA851B; }
p { color: rgb(250,133,27); }
H1.HeaderClassName
{
color: #FA851B;
}
.AnyTagClassName
{
color: #FA851B;
}
</style>
background-color css
<style>
a { background-color: #FA851B; }
a { background-color: rgb(250,133,27); }
div.DivClassName
{
background-color: #FA851B;
}
.BgClassName
{
background-color: #FA851B;
}
</style>
border-color css
<style>
span { border-color: #FA851B; }
span { border-color: rgb(250,133,27); }
td.TdClassName
{
border-color: #FA851B;
}
.TagClassName
{
border-color: #FA851B;
}
</style>