Shades of Pumpkin #FB7412
Tints of Pumpkin #FB7412
RGB
CMYK
RGB Variations
Color information
#FB7412 (or 0xFB7412) is known color: Pumpkin. HEX triplet: FB, 74 and 12. RGB value is (251,116,18). Sum of RGB (Red+Green+Blue) = 251+116+18=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 18 (7.42% from 255 or 4.68% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7412 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7412 is #048BED. Grayscale: #919191. Windows color (decimal): -297966 or 1209595. OLE color: 1209595.
HSL color Cylindrical-coordinate representation of color #FB7412: hue angle of 25.24º 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 #FB7412 is Cyan = 0, Magento = 0.54, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 18 | - |
| CMYK | 0 | 0.54 | 0.93 | 0.02 |
| HSL | 25.24º | 0.97% | 0.53% | - |
| HSV(B) | 25.24º | 0.93% | 0.98% | - |
| XYZ | 46.14 | 33.04 | 4.52 | - |
| YUV | 145.19 | 56.23 | 203.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 18 | 0 | 0.54 | 0.93 | 0.02 | 25.24 | 0.97 | 0.53 |
| Hex | FB | 74 | 12 | 0 | 36 | 5D | 2 | 19 | 61 | 35 |
| Octal | 373 | 164 | 22 | 0 | 66 | 135 | 2 | 31 | 141 | 65 |
| Binary | 11111011 | 1110100 | 10010 | 0 | 110110 | 1011101 | 10 | 11001 | 1100001 | 110101 |
Color Harmonies of #FB7412
Complementary color
Monochromatic Colors of #FB7412
Black with #FB7412
Text Example
Text Example
White with #FB7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7412; }
p { color: rgb(251,116,18); }
H1.HeaderClassName
{
color: #FB7412;
}
.AnyTagClassName
{
color: #FB7412;
}
</style>
background-color css
<style>
a { background-color: #FB7412; }
a { background-color: rgb(251,116,18); }
div.DivClassName
{
background-color: #FB7412;
}
.BgClassName
{
background-color: #FB7412;
}
</style>
border-color css
<style>
span { border-color: #FB7412; }
span { border-color: rgb(251,116,18); }
td.TdClassName
{
border-color: #FB7412;
}
.TagClassName
{
border-color: #FB7412;
}
</style>