Shades of Pumpkin #FB6A16
Tints of Pumpkin #FB6A16
RGB
CMYK
RGB Variations
Color information
#FB6A16 (or 0xFB6A16) is known color: Pumpkin. HEX triplet: FB, 6A and 16. RGB value is (251,106,22). Sum of RGB (Red+Green+Blue) = 251+106+22=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 22 (8.98% from 255 or 5.80% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6A16 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6A16 is #0495E9. Grayscale: #8C8C8C. Windows color (decimal): -300522 or 1469179. OLE color: 1469179.
HSL color Cylindrical-coordinate representation of color #FB6A16: hue angle of 22.01º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FB6A16 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 106 | 22 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.02 |
| HSL | 22.01º | 0.97% | 0.54% | - |
| HSV(B) | 22.01º | 0.91% | 0.98% | - |
| XYZ | 45.08 | 30.88 | 4.34 | - |
| YUV | 139.78 | 61.54 | 207.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 106 | 22 | 0 | 0.58 | 0.91 | 0.02 | 22.01 | 0.97 | 0.54 |
| Hex | FB | 6A | 16 | 0 | 3A | 5B | 2 | 16 | 61 | 36 |
| Octal | 373 | 152 | 26 | 0 | 72 | 133 | 2 | 26 | 141 | 66 |
| Binary | 11111011 | 1101010 | 10110 | 0 | 111010 | 1011011 | 10 | 10110 | 1100001 | 110110 |
Color Harmonies of #FB6A16
Complementary color
Monochromatic Colors of #FB6A16
Black with #FB6A16
Text Example
Text Example
White with #FB6A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6A16; }
p { color: rgb(251,106,22); }
H1.HeaderClassName
{
color: #FB6A16;
}
.AnyTagClassName
{
color: #FB6A16;
}
</style>
background-color css
<style>
a { background-color: #FB6A16; }
a { background-color: rgb(251,106,22); }
div.DivClassName
{
background-color: #FB6A16;
}
.BgClassName
{
background-color: #FB6A16;
}
</style>
border-color css
<style>
span { border-color: #FB6A16; }
span { border-color: rgb(251,106,22); }
td.TdClassName
{
border-color: #FB6A16;
}
.TagClassName
{
border-color: #FB6A16;
}
</style>