Shades of Pumpkin #FB6912
Tints of Pumpkin #FB6912
RGB
CMYK
RGB Variations
Color information
#FB6912 (or 0xFB6912) is known color: Pumpkin. HEX triplet: FB, 69 and 12. RGB value is (251,105,18). Sum of RGB (Red+Green+Blue) = 251+105+18=374 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.11% from 374); Green value is 105 (41.41% from 255 or 28.07% from 374); Blue value is 18 (7.42% from 255 or 4.81% from 374); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6912 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6912 is #0496ED. Grayscale: #8B8B8B. Windows color (decimal): -300782 or 1206779. OLE color: 1206779.
HSL color Cylindrical-coordinate representation of color #FB6912: hue angle of 22.4º 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 #FB6912 is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 105 | 18 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.02 |
| HSL | 22.4º | 0.97% | 0.53% | - |
| HSV(B) | 22.4º | 0.93% | 0.98% | - |
| XYZ | 44.94 | 30.66 | 4.12 | - |
| YUV | 138.74 | 59.87 | 208.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 105 | 18 | 0 | 0.58 | 0.93 | 0.02 | 22.4 | 0.97 | 0.53 |
| Hex | FB | 69 | 12 | 0 | 3A | 5D | 2 | 16 | 61 | 35 |
| Octal | 373 | 151 | 22 | 0 | 72 | 135 | 2 | 26 | 141 | 65 |
| Binary | 11111011 | 1101001 | 10010 | 0 | 111010 | 1011101 | 10 | 10110 | 1100001 | 110101 |
Color Harmonies of #FB6912
Complementary color
Monochromatic Colors of #FB6912
Black with #FB6912
Text Example
Text Example
White with #FB6912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6912; }
p { color: rgb(251,105,18); }
H1.HeaderClassName
{
color: #FB6912;
}
.AnyTagClassName
{
color: #FB6912;
}
</style>
background-color css
<style>
a { background-color: #FB6912; }
a { background-color: rgb(251,105,18); }
div.DivClassName
{
background-color: #FB6912;
}
.BgClassName
{
background-color: #FB6912;
}
</style>
border-color css
<style>
span { border-color: #FB6912; }
span { border-color: rgb(251,105,18); }
td.TdClassName
{
border-color: #FB6912;
}
.TagClassName
{
border-color: #FB6912;
}
</style>