Shades of Pumpkin #FB781B
Tints of Pumpkin #FB781B
RGB
CMYK
RGB Variations
Color information
#FB781B (or 0xFB781B) is known color: Pumpkin. HEX triplet: FB, 78 and 1B. RGB value is (251,120,27). Sum of RGB (Red+Green+Blue) = 251+120+27=398 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.07% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 27 (10.94% from 255 or 6.78% from 398); Max value from RGB is 251 - color contains mainly: red. Hex color #FB781B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB781B is #0487E4. Grayscale: #959595. Windows color (decimal): -296933 or 1800443. OLE color: 1800443.
HSL color Cylindrical-coordinate representation of color #FB781B: hue angle of 24.91º 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 #FB781B is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 27 | - |
| CMYK | 0 | 0.52 | 0.89 | 0.02 |
| HSL | 24.91º | 0.97% | 0.55% | - |
| HSV(B) | 24.91º | 0.89% | 0.98% | - |
| XYZ | 46.7 | 34.02 | 5.14 | - |
| YUV | 148.57 | 59.4 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 27 | 0 | 0.52 | 0.89 | 0.02 | 24.91 | 0.97 | 0.55 |
| Hex | FB | 78 | 1B | 0 | 34 | 59 | 2 | 19 | 61 | 37 |
| Octal | 373 | 170 | 33 | 0 | 64 | 131 | 2 | 31 | 141 | 67 |
| Binary | 11111011 | 1111000 | 11011 | 0 | 110100 | 1011001 | 10 | 11001 | 1100001 | 110111 |
Color Harmonies of #FB781B
Complementary color
Monochromatic Colors of #FB781B
Black with #FB781B
Text Example
Text Example
White with #FB781B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB781B; }
p { color: rgb(251,120,27); }
H1.HeaderClassName
{
color: #FB781B;
}
.AnyTagClassName
{
color: #FB781B;
}
</style>
background-color css
<style>
a { background-color: #FB781B; }
a { background-color: rgb(251,120,27); }
div.DivClassName
{
background-color: #FB781B;
}
.BgClassName
{
background-color: #FB781B;
}
</style>
border-color css
<style>
span { border-color: #FB781B; }
span { border-color: rgb(251,120,27); }
td.TdClassName
{
border-color: #FB781B;
}
.TagClassName
{
border-color: #FB781B;
}
</style>