Shades of Pumpkin #FB721B
Tints of Pumpkin #FB721B
RGB
CMYK
RGB Variations
Color information
#FB721B (or 0xFB721B) is known color: Pumpkin. HEX triplet: FB, 72 and 1B. RGB value is (251,114,27). Sum of RGB (Red+Green+Blue) = 251+114+27=392 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.03% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 27 (10.94% from 255 or 6.89% from 392); Max value from RGB is 251 - color contains mainly: red. Hex color #FB721B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB721B is #048DE4. Grayscale: #919191. Windows color (decimal): -298469 or 1798907. OLE color: 1798907.
HSL color Cylindrical-coordinate representation of color #FB721B: hue angle of 23.3º 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 #FB721B is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 27 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.02 |
| HSL | 23.3º | 0.97% | 0.55% | - |
| HSV(B) | 23.3º | 0.89% | 0.98% | - |
| XYZ | 46 | 32.62 | 4.91 | - |
| YUV | 145.05 | 61.39 | 203.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 27 | 0 | 0.55 | 0.89 | 0.02 | 23.3 | 0.97 | 0.55 |
| Hex | FB | 72 | 1B | 0 | 37 | 59 | 2 | 17 | 61 | 37 |
| Octal | 373 | 162 | 33 | 0 | 67 | 131 | 2 | 27 | 141 | 67 |
| Binary | 11111011 | 1110010 | 11011 | 0 | 110111 | 1011001 | 10 | 10111 | 1100001 | 110111 |
Color Harmonies of #FB721B
Complementary color
Monochromatic Colors of #FB721B
Black with #FB721B
Text Example
Text Example
White with #FB721B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB721B; }
p { color: rgb(251,114,27); }
H1.HeaderClassName
{
color: #FB721B;
}
.AnyTagClassName
{
color: #FB721B;
}
</style>
background-color css
<style>
a { background-color: #FB721B; }
a { background-color: rgb(251,114,27); }
div.DivClassName
{
background-color: #FB721B;
}
.BgClassName
{
background-color: #FB721B;
}
</style>
border-color css
<style>
span { border-color: #FB721B; }
span { border-color: rgb(251,114,27); }
td.TdClassName
{
border-color: #FB721B;
}
.TagClassName
{
border-color: #FB721B;
}
</style>