Shades of Pumpkin #FA841B
Tints of Pumpkin #FA841B
RGB
CMYK
RGB Variations
Color information
#FA841B (or 0xFA841B) is known color: Pumpkin. HEX triplet: FA, 84 and 1B. RGB value is (250,132,27). Sum of RGB (Red+Green+Blue) = 250+132+27=409 (54% of max value = 765). Red value is 250 (98.05% from 255 or 61.12% from 409); Green value is 132 (51.95% from 255 or 32.27% from 409); Blue value is 27 (10.94% from 255 or 6.60% from 409); Max value from RGB is 250 - color contains mainly: red. Hex color #FA841B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FA841B is #057BE4. Grayscale: #9B9B9B. Windows color (decimal): -359397 or 1803514. OLE color: 1803514.
HSL color Cylindrical-coordinate representation of color #FA841B: hue angle of 28.25º 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 #FA841B is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 132 | 27 | - |
| CMYK | 0 | 0.47 | 0.89 | 0.02 |
| HSL | 28.25º | 0.96% | 0.54% | - |
| HSV(B) | 28.25º | 0.89% | 0.98% | - |
| XYZ | 47.87 | 36.91 | 5.64 | - |
| YUV | 155.31 | 55.59 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 132 | 27 | 0 | 0.47 | 0.89 | 0.02 | 28.25 | 0.96 | 0.54 |
| Hex | FA | 84 | 1B | 0 | 2F | 59 | 2 | 1C | 60 | 36 |
| Octal | 372 | 204 | 33 | 0 | 57 | 131 | 2 | 34 | 140 | 66 |
| Binary | 11111010 | 10000100 | 11011 | 0 | 101111 | 1011001 | 10 | 11100 | 1100000 | 110110 |
Color Harmonies of #FA841B
Complementary color
Monochromatic Colors of #FA841B
Black with #FA841B
Text Example
Text Example
White with #FA841B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA841B; }
p { color: rgb(250,132,27); }
H1.HeaderClassName
{
color: #FA841B;
}
.AnyTagClassName
{
color: #FA841B;
}
</style>
background-color css
<style>
a { background-color: #FA841B; }
a { background-color: rgb(250,132,27); }
div.DivClassName
{
background-color: #FA841B;
}
.BgClassName
{
background-color: #FA841B;
}
</style>
border-color css
<style>
span { border-color: #FA841B; }
span { border-color: rgb(250,132,27); }
td.TdClassName
{
border-color: #FA841B;
}
.TagClassName
{
border-color: #FA841B;
}
</style>