Shades of Pumpkin #FB5E1A
Tints of Pumpkin #FB5E1A
RGB
CMYK
RGB Variations
Color information
#FB5E1A (or 0xFB5E1A) is known color: Pumpkin. HEX triplet: FB, 5E and 1A. RGB value is (251,94,26). Sum of RGB (Red+Green+Blue) = 251+94+26=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 94 (37.11% from 255 or 25.34% from 371); Blue value is 26 (10.55% from 255 or 7.01% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5E1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5E1A is #04A1E5. Grayscale: #858585. Windows color (decimal): -303590 or 1728251. OLE color: 1728251.
HSL color Cylindrical-coordinate representation of color #FB5E1A: hue angle of 18.13º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB5E1A is Cyan = 0, Magento = 0.63, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 94 | 26 | - |
| CMYK | 0 | 0.63 | 0.90 | 0.02 |
| HSL | 18.13º | 0.97% | 0.54% | - |
| HSV(B) | 18.13º | 0.9% | 0.98% | - |
| XYZ | 43.97 | 28.59 | 4.18 | - |
| YUV | 133.19 | 67.51 | 212.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 94 | 26 | 0 | 0.63 | 0.90 | 0.02 | 18.13 | 0.97 | 0.54 |
| Hex | FB | 5E | 1A | 0 | 3F | 5A | 2 | 12 | 61 | 36 |
| Octal | 373 | 136 | 32 | 0 | 77 | 132 | 2 | 22 | 141 | 66 |
| Binary | 11111011 | 1011110 | 11010 | 0 | 111111 | 1011010 | 10 | 10010 | 1100001 | 110110 |
Color Harmonies of #FB5E1A
Complementary color
Monochromatic Colors of #FB5E1A
Black with #FB5E1A
Text Example
Text Example
White with #FB5E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5E1A; }
p { color: rgb(251,94,26); }
H1.HeaderClassName
{
color: #FB5E1A;
}
.AnyTagClassName
{
color: #FB5E1A;
}
</style>
background-color css
<style>
a { background-color: #FB5E1A; }
a { background-color: rgb(251,94,26); }
div.DivClassName
{
background-color: #FB5E1A;
}
.BgClassName
{
background-color: #FB5E1A;
}
</style>
border-color css
<style>
span { border-color: #FB5E1A; }
span { border-color: rgb(251,94,26); }
td.TdClassName
{
border-color: #FB5E1A;
}
.TagClassName
{
border-color: #FB5E1A;
}
</style>