Shades of Pumpkin #FB6520
Tints of Pumpkin #FB6520
RGB
CMYK
RGB Variations
Color information
#FB6520 (or 0xFB6520) is known color: Pumpkin. HEX triplet: FB, 65 and 20. RGB value is (251,101,32). Sum of RGB (Red+Green+Blue) = 251+101+32=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 32 (12.89% from 255 or 8.33% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6520 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6520 is #049ADF. Grayscale: #8A8A8A. Windows color (decimal): -301792 or 2123259. OLE color: 2123259.
HSL color Cylindrical-coordinate representation of color #FB6520: hue angle of 18.9º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FB6520 is Cyan = 0, Magento = 0.60, Yellow = 0.87 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 32 | - |
| CMYK | 0 | 0.60 | 0.87 | 0.02 |
| HSL | 18.9º | 0.96% | 0.55% | - |
| HSV(B) | 18.9º | 0.87% | 0.98% | - |
| XYZ | 44.7 | 29.92 | 4.79 | - |
| YUV | 137.98 | 68.2 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 32 | 0 | 0.60 | 0.87 | 0.02 | 18.9 | 0.96 | 0.55 |
| Hex | FB | 65 | 20 | 0 | 3C | 57 | 2 | 13 | 60 | 37 |
| Octal | 373 | 145 | 40 | 0 | 74 | 127 | 2 | 23 | 140 | 67 |
| Binary | 11111011 | 1100101 | 100000 | 0 | 111100 | 1010111 | 10 | 10011 | 1100000 | 110111 |
Color Harmonies of #FB6520
Complementary color
Monochromatic Colors of #FB6520
Black with #FB6520
Text Example
Text Example
White with #FB6520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6520; }
p { color: rgb(251,101,32); }
H1.HeaderClassName
{
color: #FB6520;
}
.AnyTagClassName
{
color: #FB6520;
}
</style>
background-color css
<style>
a { background-color: #FB6520; }
a { background-color: rgb(251,101,32); }
div.DivClassName
{
background-color: #FB6520;
}
.BgClassName
{
background-color: #FB6520;
}
</style>
border-color css
<style>
span { border-color: #FB6520; }
span { border-color: rgb(251,101,32); }
td.TdClassName
{
border-color: #FB6520;
}
.TagClassName
{
border-color: #FB6520;
}
</style>