Shades of Pumpkin #FB741B
Tints of Pumpkin #FB741B
RGB
CMYK
RGB Variations
Color information
#FB741B (or 0xFB741B) is known color: Pumpkin. HEX triplet: FB, 74 and 1B. RGB value is (251,116,27). Sum of RGB (Red+Green+Blue) = 251+116+27=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 27 (10.94% from 255 or 6.85% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB741B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB741B is #048BE4. Grayscale: #929292. Windows color (decimal): -297957 or 1799419. OLE color: 1799419.
HSL color Cylindrical-coordinate representation of color #FB741B: hue angle of 23.84º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FB741B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.02 |
| HSL | 23.84º | 0.97% | 0.55% | - |
| HSV(B) | 23.84º | 0.89% | 0.98% | - |
| XYZ | 46.23 | 33.08 | 4.99 | - |
| YUV | 146.22 | 60.73 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 27 | 0 | 0.54 | 0.89 | 0.02 | 23.84 | 0.97 | 0.55 |
| Hex | FB | 74 | 1B | 0 | 36 | 59 | 2 | 18 | 61 | 37 |
| Octal | 373 | 164 | 33 | 0 | 66 | 131 | 2 | 30 | 141 | 67 |
| Binary | 11111011 | 1110100 | 11011 | 0 | 110110 | 1011001 | 10 | 11000 | 1100001 | 110111 |
Color Harmonies of #FB741B
Complementary color
Monochromatic Colors of #FB741B
Black with #FB741B
Text Example
Text Example
White with #FB741B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB741B; }
p { color: rgb(251,116,27); }
H1.HeaderClassName
{
color: #FB741B;
}
.AnyTagClassName
{
color: #FB741B;
}
</style>
background-color css
<style>
a { background-color: #FB741B; }
a { background-color: rgb(251,116,27); }
div.DivClassName
{
background-color: #FB741B;
}
.BgClassName
{
background-color: #FB741B;
}
</style>
border-color css
<style>
span { border-color: #FB741B; }
span { border-color: rgb(251,116,27); }
td.TdClassName
{
border-color: #FB741B;
}
.TagClassName
{
border-color: #FB741B;
}
</style>