Shades of Pumpkin #FB721C
Tints of Pumpkin #FB721C
RGB
CMYK
RGB Variations
Color information
#FB721C (or 0xFB721C) is known color: Pumpkin. HEX triplet: FB, 72 and 1C. RGB value is (251,114,28). Sum of RGB (Red+Green+Blue) = 251+114+28=393 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.87% from 393); Green value is 114 (44.92% from 255 or 29.01% from 393); Blue value is 28 (11.33% from 255 or 7.12% from 393); Max value from RGB is 251 - color contains mainly: red. Hex color #FB721C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB721C is #048DE3. Grayscale: #919191. Windows color (decimal): -298468 or 1864443. OLE color: 1864443.
HSL color Cylindrical-coordinate representation of color #FB721C: hue angle of 23.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 #FB721C is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 114 | 28 | - |
| CMYK | 0 | 0.55 | 0.89 | 0.02 |
| HSL | 23.14º | 0.97% | 0.55% | - |
| HSV(B) | 23.14º | 0.89% | 0.98% | - |
| XYZ | 46.01 | 32.63 | 4.97 | - |
| YUV | 145.16 | 61.89 | 203.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 114 | 28 | 0 | 0.55 | 0.89 | 0.02 | 23.14 | 0.97 | 0.55 |
| Hex | FB | 72 | 1C | 0 | 37 | 59 | 2 | 17 | 61 | 37 |
| Octal | 373 | 162 | 34 | 0 | 67 | 131 | 2 | 27 | 141 | 67 |
| Binary | 11111011 | 1110010 | 11100 | 0 | 110111 | 1011001 | 10 | 10111 | 1100001 | 110111 |
Color Harmonies of #FB721C
Complementary color
Monochromatic Colors of #FB721C
Black with #FB721C
Text Example
Text Example
White with #FB721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB721C; }
p { color: rgb(251,114,28); }
H1.HeaderClassName
{
color: #FB721C;
}
.AnyTagClassName
{
color: #FB721C;
}
</style>
background-color css
<style>
a { background-color: #FB721C; }
a { background-color: rgb(251,114,28); }
div.DivClassName
{
background-color: #FB721C;
}
.BgClassName
{
background-color: #FB721C;
}
</style>
border-color css
<style>
span { border-color: #FB721C; }
span { border-color: rgb(251,114,28); }
td.TdClassName
{
border-color: #FB721C;
}
.TagClassName
{
border-color: #FB721C;
}
</style>