Shades of Pumpkin #FB671C
Tints of Pumpkin #FB671C
RGB
CMYK
RGB Variations
Color information
#FB671C (or 0xFB671C) is known color: Pumpkin. HEX triplet: FB, 67 and 1C. RGB value is (251,103,28). Sum of RGB (Red+Green+Blue) = 251+103+28=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 28 (11.33% from 255 or 7.33% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB671C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB671C is #0498E3. Grayscale: #8B8B8B. Windows color (decimal): -301284 or 1861627. OLE color: 1861627.
HSL color Cylindrical-coordinate representation of color #FB671C: hue angle of 20.18º 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 #FB671C is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 103 | 28 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.02 |
| HSL | 20.18º | 0.97% | 0.55% | - |
| HSV(B) | 20.18º | 0.89% | 0.98% | - |
| XYZ | 44.84 | 30.29 | 4.58 | - |
| YUV | 138.7 | 65.53 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 103 | 28 | 0 | 0.59 | 0.89 | 0.02 | 20.18 | 0.97 | 0.55 |
| Hex | FB | 67 | 1C | 0 | 3B | 59 | 2 | 14 | 61 | 37 |
| Octal | 373 | 147 | 34 | 0 | 73 | 131 | 2 | 24 | 141 | 67 |
| Binary | 11111011 | 1100111 | 11100 | 0 | 111011 | 1011001 | 10 | 10100 | 1100001 | 110111 |
Color Harmonies of #FB671C
Complementary color
Monochromatic Colors of #FB671C
Black with #FB671C
Text Example
Text Example
White with #FB671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB671C; }
p { color: rgb(251,103,28); }
H1.HeaderClassName
{
color: #FB671C;
}
.AnyTagClassName
{
color: #FB671C;
}
</style>
background-color css
<style>
a { background-color: #FB671C; }
a { background-color: rgb(251,103,28); }
div.DivClassName
{
background-color: #FB671C;
}
.BgClassName
{
background-color: #FB671C;
}
</style>
border-color css
<style>
span { border-color: #FB671C; }
span { border-color: rgb(251,103,28); }
td.TdClassName
{
border-color: #FB671C;
}
.TagClassName
{
border-color: #FB671C;
}
</style>