Shades of Pumpkin #FB721A
Tints of Pumpkin #FB721A
RGB
CMYK
RGB Variations
Color information
#FB721A (or 0xFB721A) is known color: Pumpkin. HEX triplet: FB, 72 and 1A. RGB value is (251,114,26). Sum of RGB (Red+Green+Blue) = 251+114+26=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 26 (10.55% from 255 or 6.65% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB721A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB721A is #048DE5. Grayscale: #919191. Windows color (decimal): -298470 or 1733371. OLE color: 1733371.
HSL color Cylindrical-coordinate representation of color #FB721A: hue angle of 23.47º 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 #FB721A is Cyan = 0, Magento = 0.55, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 26 | - |
| CMYK | 0 | 0.55 | 0.90 | 0.02 |
| HSL | 23.47º | 0.97% | 0.54% | - |
| HSV(B) | 23.47º | 0.9% | 0.98% | - |
| XYZ | 45.99 | 32.62 | 4.85 | - |
| YUV | 144.93 | 60.89 | 203.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 26 | 0 | 0.55 | 0.90 | 0.02 | 23.47 | 0.97 | 0.54 |
| Hex | FB | 72 | 1A | 0 | 37 | 5A | 2 | 17 | 61 | 36 |
| Octal | 373 | 162 | 32 | 0 | 67 | 132 | 2 | 27 | 141 | 66 |
| Binary | 11111011 | 1110010 | 11010 | 0 | 110111 | 1011010 | 10 | 10111 | 1100001 | 110110 |
Color Harmonies of #FB721A
Complementary color
Monochromatic Colors of #FB721A
Black with #FB721A
Text Example
Text Example
White with #FB721A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB721A; }
p { color: rgb(251,114,26); }
H1.HeaderClassName
{
color: #FB721A;
}
.AnyTagClassName
{
color: #FB721A;
}
</style>
background-color css
<style>
a { background-color: #FB721A; }
a { background-color: rgb(251,114,26); }
div.DivClassName
{
background-color: #FB721A;
}
.BgClassName
{
background-color: #FB721A;
}
</style>
border-color css
<style>
span { border-color: #FB721A; }
span { border-color: rgb(251,114,26); }
td.TdClassName
{
border-color: #FB721A;
}
.TagClassName
{
border-color: #FB721A;
}
</style>