Shades of Pumpkin #FB661B
Tints of Pumpkin #FB661B
RGB
CMYK
RGB Variations
Color information
#FB661B (or 0xFB661B) is known color: Pumpkin. HEX triplet: FB, 66 and 1B. RGB value is (251,102,27). Sum of RGB (Red+Green+Blue) = 251+102+27=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 27 (10.94% from 255 or 7.11% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB661B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB661B is #0499E4. Grayscale: #8A8A8A. Windows color (decimal): -301541 or 1795835. OLE color: 1795835.
HSL color Cylindrical-coordinate representation of color #FB661B: hue angle of 20.09º 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 #FB661B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 102 | 27 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.02 |
| HSL | 20.09º | 0.97% | 0.55% | - |
| HSV(B) | 20.09º | 0.89% | 0.98% | - |
| XYZ | 44.73 | 30.09 | 4.49 | - |
| YUV | 138 | 65.36 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 102 | 27 | 0 | 0.59 | 0.89 | 0.02 | 20.09 | 0.97 | 0.55 |
| Hex | FB | 66 | 1B | 0 | 3B | 59 | 2 | 14 | 61 | 37 |
| Octal | 373 | 146 | 33 | 0 | 73 | 131 | 2 | 24 | 141 | 67 |
| Binary | 11111011 | 1100110 | 11011 | 0 | 111011 | 1011001 | 10 | 10100 | 1100001 | 110111 |
Color Harmonies of #FB661B
Complementary color
Monochromatic Colors of #FB661B
Black with #FB661B
Text Example
Text Example
White with #FB661B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB661B; }
p { color: rgb(251,102,27); }
H1.HeaderClassName
{
color: #FB661B;
}
.AnyTagClassName
{
color: #FB661B;
}
</style>
background-color css
<style>
a { background-color: #FB661B; }
a { background-color: rgb(251,102,27); }
div.DivClassName
{
background-color: #FB661B;
}
.BgClassName
{
background-color: #FB661B;
}
</style>
border-color css
<style>
span { border-color: #FB661B; }
span { border-color: rgb(251,102,27); }
td.TdClassName
{
border-color: #FB661B;
}
.TagClassName
{
border-color: #FB661B;
}
</style>