Shades of Pumpkin #FB780C
Tints of Pumpkin #FB780C
RGB
CMYK
RGB Variations
Color information
#FB780C (or 0xFB780C) is known color: Pumpkin. HEX triplet: FB, 78 and 0C. RGB value is (251,120,12). Sum of RGB (Red+Green+Blue) = 251+120+12=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB780C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB780C is #0487F3. Grayscale: #939393. Windows color (decimal): -296948 or 817403. OLE color: 817403.
HSL color Cylindrical-coordinate representation of color #FB780C: hue angle of 27.11º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB780C is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 12 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.02 |
| HSL | 27.11º | 0.97% | 0.52% | - |
| HSV(B) | 27.11º | 0.95% | 0.98% | - |
| XYZ | 46.57 | 33.97 | 4.45 | - |
| YUV | 146.86 | 51.9 | 202.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 12 | 0 | 0.52 | 0.95 | 0.02 | 27.11 | 0.97 | 0.52 |
| Hex | FB | 78 | C | 0 | 34 | 5F | 2 | 1B | 61 | 34 |
| Octal | 373 | 170 | 14 | 0 | 64 | 137 | 2 | 33 | 141 | 64 |
| Binary | 11111011 | 1111000 | 1100 | 0 | 110100 | 1011111 | 10 | 11011 | 1100001 | 110100 |
Color Harmonies of #FB780C
Complementary color
Monochromatic Colors of #FB780C
Black with #FB780C
Text Example
Text Example
White with #FB780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB780C; }
p { color: rgb(251,120,12); }
H1.HeaderClassName
{
color: #FB780C;
}
.AnyTagClassName
{
color: #FB780C;
}
</style>
background-color css
<style>
a { background-color: #FB780C; }
a { background-color: rgb(251,120,12); }
div.DivClassName
{
background-color: #FB780C;
}
.BgClassName
{
background-color: #FB780C;
}
</style>
border-color css
<style>
span { border-color: #FB780C; }
span { border-color: rgb(251,120,12); }
td.TdClassName
{
border-color: #FB780C;
}
.TagClassName
{
border-color: #FB780C;
}
</style>