Shades of Pumpkin #FB691C
Tints of Pumpkin #FB691C
RGB
CMYK
RGB Variations
Color information
#FB691C (or 0xFB691C) is known color: Pumpkin. HEX triplet: FB, 69 and 1C. RGB value is (251,105,28). Sum of RGB (Red+Green+Blue) = 251+105+28=384 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.36% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 251 - color contains mainly: red. Hex color #FB691C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB691C is #0496E3. Grayscale: #8C8C8C. Windows color (decimal): -300772 or 1862139. OLE color: 1862139.
HSL color Cylindrical-coordinate representation of color #FB691C: hue angle of 20.72º 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 #FB691C is Cyan = 0, Magento = 0.58, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 28 | - |
| CMYK | 0 | 0.58 | 0.89 | 0.02 |
| HSL | 20.72º | 0.97% | 0.55% | - |
| HSV(B) | 20.72º | 0.89% | 0.98% | - |
| XYZ | 45.04 | 30.7 | 4.65 | - |
| YUV | 139.88 | 64.87 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 28 | 0 | 0.58 | 0.89 | 0.02 | 20.72 | 0.97 | 0.55 |
| Hex | FB | 69 | 1C | 0 | 3A | 59 | 2 | 15 | 61 | 37 |
| Octal | 373 | 151 | 34 | 0 | 72 | 131 | 2 | 25 | 141 | 67 |
| Binary | 11111011 | 1101001 | 11100 | 0 | 111010 | 1011001 | 10 | 10101 | 1100001 | 110111 |
Color Harmonies of #FB691C
Complementary color
Monochromatic Colors of #FB691C
Black with #FB691C
Text Example
Text Example
White with #FB691C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB691C; }
p { color: rgb(251,105,28); }
H1.HeaderClassName
{
color: #FB691C;
}
.AnyTagClassName
{
color: #FB691C;
}
</style>
background-color css
<style>
a { background-color: #FB691C; }
a { background-color: rgb(251,105,28); }
div.DivClassName
{
background-color: #FB691C;
}
.BgClassName
{
background-color: #FB691C;
}
</style>
border-color css
<style>
span { border-color: #FB691C; }
span { border-color: rgb(251,105,28); }
td.TdClassName
{
border-color: #FB691C;
}
.TagClassName
{
border-color: #FB691C;
}
</style>