Shades of Pumpkin #FB5B1B
Tints of Pumpkin #FB5B1B
RGB
CMYK
RGB Variations
Color information
#FB5B1B (or 0xFB5B1B) is known color: Pumpkin. HEX triplet: FB, 5B and 1B. RGB value is (251,91,27). Sum of RGB (Red+Green+Blue) = 251+91+27=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 91 (35.94% from 255 or 24.66% from 369); Blue value is 27 (10.94% from 255 or 7.32% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5B1B is #04A4E4. Grayscale: #838383. Windows color (decimal): -304357 or 1793019. OLE color: 1793019.
HSL color Cylindrical-coordinate representation of color #FB5B1B: hue angle of 17.14º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB5B1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 91 | 27 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.02 |
| HSL | 17.14º | 0.97% | 0.55% | - |
| HSV(B) | 17.14º | 0.89% | 0.98% | - |
| XYZ | 43.72 | 28.07 | 4.15 | - |
| YUV | 131.54 | 69.01 | 213.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 91 | 27 | 0 | 0.64 | 0.89 | 0.02 | 17.14 | 0.97 | 0.55 |
| Hex | FB | 5B | 1B | 0 | 40 | 59 | 2 | 11 | 61 | 37 |
| Octal | 373 | 133 | 33 | 0 | 100 | 131 | 2 | 21 | 141 | 67 |
| Binary | 11111011 | 1011011 | 11011 | 0 | 1000000 | 1011001 | 10 | 10001 | 1100001 | 110111 |
Color Harmonies of #FB5B1B
Complementary color
Monochromatic Colors of #FB5B1B
Black with #FB5B1B
Text Example
Text Example
White with #FB5B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5B1B; }
p { color: rgb(251,91,27); }
H1.HeaderClassName
{
color: #FB5B1B;
}
.AnyTagClassName
{
color: #FB5B1B;
}
</style>
background-color css
<style>
a { background-color: #FB5B1B; }
a { background-color: rgb(251,91,27); }
div.DivClassName
{
background-color: #FB5B1B;
}
.BgClassName
{
background-color: #FB5B1B;
}
</style>
border-color css
<style>
span { border-color: #FB5B1B; }
span { border-color: rgb(251,91,27); }
td.TdClassName
{
border-color: #FB5B1B;
}
.TagClassName
{
border-color: #FB5B1B;
}
</style>