Shades of Pumpkin #FB6412
Tints of Pumpkin #FB6412
RGB
CMYK
RGB Variations
Color information
#FB6412 (or 0xFB6412) is known color: Pumpkin. HEX triplet: FB, 64 and 12. RGB value is (251,100,18). Sum of RGB (Red+Green+Blue) = 251+100+18=369 (48% of max value = 765). Red value is 251 (98.44% from 255 or 68.02% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 18 (7.42% from 255 or 4.88% from 369); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6412 is #049BED. Grayscale: #888888. Windows color (decimal): -302062 or 1205499. OLE color: 1205499.
HSL color Cylindrical-coordinate representation of color #FB6412: hue angle of 21.12º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FB6412 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.02 |
| HSL | 21.12º | 0.97% | 0.53% | - |
| HSV(B) | 21.12º | 0.93% | 0.98% | - |
| XYZ | 44.45 | 29.67 | 3.96 | - |
| YUV | 135.8 | 61.53 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 18 | 0 | 0.60 | 0.93 | 0.02 | 21.12 | 0.97 | 0.53 |
| Hex | FB | 64 | 12 | 0 | 3C | 5D | 2 | 15 | 61 | 35 |
| Octal | 373 | 144 | 22 | 0 | 74 | 135 | 2 | 25 | 141 | 65 |
| Binary | 11111011 | 1100100 | 10010 | 0 | 111100 | 1011101 | 10 | 10101 | 1100001 | 110101 |
Color Harmonies of #FB6412
Complementary color
Monochromatic Colors of #FB6412
Black with #FB6412
Text Example
Text Example
White with #FB6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6412; }
p { color: rgb(251,100,18); }
H1.HeaderClassName
{
color: #FB6412;
}
.AnyTagClassName
{
color: #FB6412;
}
</style>
background-color css
<style>
a { background-color: #FB6412; }
a { background-color: rgb(251,100,18); }
div.DivClassName
{
background-color: #FB6412;
}
.BgClassName
{
background-color: #FB6412;
}
</style>
border-color css
<style>
span { border-color: #FB6412; }
span { border-color: rgb(251,100,18); }
td.TdClassName
{
border-color: #FB6412;
}
.TagClassName
{
border-color: #FB6412;
}
</style>