Shades of Pumpkin #FB681A
Tints of Pumpkin #FB681A
RGB
CMYK
RGB Variations
Color information
#FB681A (or 0xFB681A) is known color: Pumpkin. HEX triplet: FB, 68 and 1A. RGB value is (251,104,26). Sum of RGB (Red+Green+Blue) = 251+104+26=381 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.88% from 381); Green value is 104 (41.02% from 255 or 27.30% from 381); Blue value is 26 (10.55% from 255 or 6.82% from 381); Max value from RGB is 251 - color contains mainly: red. Hex color #FB681A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB681A is #0497E5. Grayscale: #8B8B8B. Windows color (decimal): -301030 or 1730811. OLE color: 1730811.
HSL color Cylindrical-coordinate representation of color #FB681A: hue angle of 20.8º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB681A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 26 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.02 |
| HSL | 20.8º | 0.97% | 0.54% | - |
| HSV(B) | 20.8º | 0.9% | 0.98% | - |
| XYZ | 44.92 | 30.48 | 4.49 | - |
| YUV | 139.06 | 64.2 | 207.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 26 | 0 | 0.59 | 0.90 | 0.02 | 20.8 | 0.97 | 0.54 |
| Hex | FB | 68 | 1A | 0 | 3B | 5A | 2 | 15 | 61 | 36 |
| Octal | 373 | 150 | 32 | 0 | 73 | 132 | 2 | 25 | 141 | 66 |
| Binary | 11111011 | 1101000 | 11010 | 0 | 111011 | 1011010 | 10 | 10101 | 1100001 | 110110 |
Color Harmonies of #FB681A
Complementary color
Monochromatic Colors of #FB681A
Black with #FB681A
Text Example
Text Example
White with #FB681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB681A; }
p { color: rgb(251,104,26); }
H1.HeaderClassName
{
color: #FB681A;
}
.AnyTagClassName
{
color: #FB681A;
}
</style>
background-color css
<style>
a { background-color: #FB681A; }
a { background-color: rgb(251,104,26); }
div.DivClassName
{
background-color: #FB681A;
}
.BgClassName
{
background-color: #FB681A;
}
</style>
border-color css
<style>
span { border-color: #FB681A; }
span { border-color: rgb(251,104,26); }
td.TdClassName
{
border-color: #FB681A;
}
.TagClassName
{
border-color: #FB681A;
}
</style>