Shades of Pumpkin #FB671D
Tints of Pumpkin #FB671D
RGB
CMYK
RGB Variations
Color information
#FB671D (or 0xFB671D) is known color: Pumpkin. HEX triplet: FB, 67 and 1D. RGB value is (251,103,29). Sum of RGB (Red+Green+Blue) = 251+103+29=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB671D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB671D is #0498E2. Grayscale: #8B8B8B. Windows color (decimal): -301283 or 1927163. OLE color: 1927163.
HSL color Cylindrical-coordinate representation of color #FB671D: hue angle of 20º 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 #FB671D is Cyan = 0, Magento = 0.59, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 29 | - |
| CMYK | 0 | 0.59 | 0.88 | 0.02 |
| HSL | 20º | 0.97% | 0.55% | - |
| HSV(B) | 20º | 0.88% | 0.98% | - |
| XYZ | 44.86 | 30.3 | 4.65 | - |
| YUV | 138.82 | 66.03 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 29 | 0 | 0.59 | 0.88 | 0.02 | 20 | 0.97 | 0.55 |
| Hex | FB | 67 | 1D | 0 | 3B | 58 | 2 | 14 | 61 | 37 |
| Octal | 373 | 147 | 35 | 0 | 73 | 130 | 2 | 24 | 141 | 67 |
| Binary | 11111011 | 1100111 | 11101 | 0 | 111011 | 1011000 | 10 | 10100 | 1100001 | 110111 |
Color Harmonies of #FB671D
Complementary color
Monochromatic Colors of #FB671D
Black with #FB671D
Text Example
Text Example
White with #FB671D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB671D; }
p { color: rgb(251,103,29); }
H1.HeaderClassName
{
color: #FB671D;
}
.AnyTagClassName
{
color: #FB671D;
}
</style>
background-color css
<style>
a { background-color: #FB671D; }
a { background-color: rgb(251,103,29); }
div.DivClassName
{
background-color: #FB671D;
}
.BgClassName
{
background-color: #FB671D;
}
</style>
border-color css
<style>
span { border-color: #FB671D; }
span { border-color: rgb(251,103,29); }
td.TdClassName
{
border-color: #FB671D;
}
.TagClassName
{
border-color: #FB671D;
}
</style>