Shades of Pumpkin #FB6D1D
Tints of Pumpkin #FB6D1D
RGB
CMYK
RGB Variations
Color information
#FB6D1D (or 0xFB6D1D) is known color: Pumpkin. HEX triplet: FB, 6D and 1D. RGB value is (251,109,29). Sum of RGB (Red+Green+Blue) = 251+109+29=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6D1D is #0492E2. Grayscale: #8E8E8E. Windows color (decimal): -299747 or 1928699. OLE color: 1928699.
HSL color Cylindrical-coordinate representation of color #FB6D1D: hue angle of 21.62º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB6D1D is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 29 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.02 |
| HSL | 21.62º | 0.97% | 0.55% | - |
| HSV(B) | 21.62º | 0.88% | 0.98% | - |
| XYZ | 45.47 | 31.54 | 4.85 | - |
| YUV | 142.34 | 64.04 | 205.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 29 | 0 | 0.57 | 0.88 | 0.02 | 21.62 | 0.97 | 0.55 |
| Hex | FB | 6D | 1D | 0 | 39 | 58 | 2 | 16 | 61 | 37 |
| Octal | 373 | 155 | 35 | 0 | 71 | 130 | 2 | 26 | 141 | 67 |
| Binary | 11111011 | 1101101 | 11101 | 0 | 111001 | 1011000 | 10 | 10110 | 1100001 | 110111 |
Color Harmonies of #FB6D1D
Complementary color
Monochromatic Colors of #FB6D1D
Black with #FB6D1D
Text Example
Text Example
White with #FB6D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6D1D; }
p { color: rgb(251,109,29); }
H1.HeaderClassName
{
color: #FB6D1D;
}
.AnyTagClassName
{
color: #FB6D1D;
}
</style>
background-color css
<style>
a { background-color: #FB6D1D; }
a { background-color: rgb(251,109,29); }
div.DivClassName
{
background-color: #FB6D1D;
}
.BgClassName
{
background-color: #FB6D1D;
}
</style>
border-color css
<style>
span { border-color: #FB6D1D; }
span { border-color: rgb(251,109,29); }
td.TdClassName
{
border-color: #FB6D1D;
}
.TagClassName
{
border-color: #FB6D1D;
}
</style>