Shades of Pumpkin #FB681B
Tints of Pumpkin #FB681B
RGB
CMYK
RGB Variations
Color information
#FB681B (or 0xFB681B) is known color: Pumpkin. HEX triplet: FB, 68 and 1B. RGB value is (251,104,27). Sum of RGB (Red+Green+Blue) = 251+104+27=382 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.71% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 251 - color contains mainly: red. Hex color #FB681B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB681B is #0497E4. Grayscale: #8B8B8B. Windows color (decimal): -301029 or 1796347. OLE color: 1796347.
HSL color Cylindrical-coordinate representation of color #FB681B: hue angle of 20.62º 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 #FB681B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 27 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.02 |
| HSL | 20.63º | 0.97% | 0.55% | - |
| HSV(B) | 20.63º | 0.89% | 0.98% | - |
| XYZ | 44.93 | 30.49 | 4.55 | - |
| YUV | 139.18 | 64.7 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 27 | 0 | 0.59 | 0.89 | 0.02 | 20.63 | 0.97 | 0.55 |
| Hex | FB | 68 | 1B | 0 | 3B | 59 | 2 | 15 | 61 | 37 |
| Octal | 373 | 150 | 33 | 0 | 73 | 131 | 2 | 25 | 141 | 67 |
| Binary | 11111011 | 1101000 | 11011 | 0 | 111011 | 1011001 | 10 | 10101 | 1100001 | 110111 |
Color Harmonies of #FB681B
Complementary color
Monochromatic Colors of #FB681B
Black with #FB681B
Text Example
Text Example
White with #FB681B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB681B; }
p { color: rgb(251,104,27); }
H1.HeaderClassName
{
color: #FB681B;
}
.AnyTagClassName
{
color: #FB681B;
}
</style>
background-color css
<style>
a { background-color: #FB681B; }
a { background-color: rgb(251,104,27); }
div.DivClassName
{
background-color: #FB681B;
}
.BgClassName
{
background-color: #FB681B;
}
</style>
border-color css
<style>
span { border-color: #FB681B; }
span { border-color: rgb(251,104,27); }
td.TdClassName
{
border-color: #FB681B;
}
.TagClassName
{
border-color: #FB681B;
}
</style>