Shades of Pumpkin #FB740B
Tints of Pumpkin #FB740B
RGB
CMYK
RGB Variations
Color information
#FB740B (or 0xFB740B) is known color: Pumpkin. HEX triplet: FB, 74 and 0B. RGB value is (251,116,11). Sum of RGB (Red+Green+Blue) = 251+116+11=378 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.40% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 11 (4.69% from 255 or 2.91% from 378); Max value from RGB is 251 - color contains mainly: red. Hex color #FB740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB740B is #048BF4. Grayscale: #909090. Windows color (decimal): -297973 or 750843. OLE color: 750843.
HSL color Cylindrical-coordinate representation of color #FB740B: hue angle of 26.25º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FB740B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.02 |
| HSL | 26.25º | 0.97% | 0.51% | - |
| HSV(B) | 26.25º | 0.96% | 0.98% | - |
| XYZ | 46.09 | 33.02 | 4.26 | - |
| YUV | 144.4 | 52.73 | 204.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 11 | 0 | 0.54 | 0.96 | 0.02 | 26.25 | 0.97 | 0.51 |
| Hex | FB | 74 | B | 0 | 36 | 60 | 2 | 1A | 61 | 33 |
| Octal | 373 | 164 | 13 | 0 | 66 | 140 | 2 | 32 | 141 | 63 |
| Binary | 11111011 | 1110100 | 1011 | 0 | 110110 | 1100000 | 10 | 11010 | 1100001 | 110011 |
Color Harmonies of #FB740B
Complementary color
Monochromatic Colors of #FB740B
Black with #FB740B
Text Example
Text Example
White with #FB740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB740B; }
p { color: rgb(251,116,11); }
H1.HeaderClassName
{
color: #FB740B;
}
.AnyTagClassName
{
color: #FB740B;
}
</style>
background-color css
<style>
a { background-color: #FB740B; }
a { background-color: rgb(251,116,11); }
div.DivClassName
{
background-color: #FB740B;
}
.BgClassName
{
background-color: #FB740B;
}
</style>
border-color css
<style>
span { border-color: #FB740B; }
span { border-color: rgb(251,116,11); }
td.TdClassName
{
border-color: #FB740B;
}
.TagClassName
{
border-color: #FB740B;
}
</style>