Shades of Pumpkin #FB741E
Tints of Pumpkin #FB741E
RGB
CMYK
RGB Variations
Color information
#FB741E (or 0xFB741E) is known color: Pumpkin. HEX triplet: FB, 74 and 1E. RGB value is (251,116,30). Sum of RGB (Red+Green+Blue) = 251+116+30=397 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.22% from 397); Green value is 116 (45.70% from 255 or 29.22% from 397); Blue value is 30 (12.11% from 255 or 7.56% from 397); Max value from RGB is 251 - color contains mainly: red. Hex color #FB741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB741E is #048BE1. Grayscale: #939393. Windows color (decimal): -297954 or 1996027. OLE color: 1996027.
HSL color Cylindrical-coordinate representation of color #FB741E: hue angle of 23.35º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB741E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.02 |
| HSL | 23.35º | 0.97% | 0.55% | - |
| HSV(B) | 23.35º | 0.88% | 0.98% | - |
| XYZ | 46.26 | 33.09 | 5.18 | - |
| YUV | 146.56 | 62.23 | 202.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 30 | 0 | 0.54 | 0.88 | 0.02 | 23.35 | 0.97 | 0.55 |
| Hex | FB | 74 | 1E | 0 | 36 | 58 | 2 | 17 | 61 | 37 |
| Octal | 373 | 164 | 36 | 0 | 66 | 130 | 2 | 27 | 141 | 67 |
| Binary | 11111011 | 1110100 | 11110 | 0 | 110110 | 1011000 | 10 | 10111 | 1100001 | 110111 |
Color Harmonies of #FB741E
Complementary color
Monochromatic Colors of #FB741E
Black with #FB741E
Text Example
Text Example
White with #FB741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB741E; }
p { color: rgb(251,116,30); }
H1.HeaderClassName
{
color: #FB741E;
}
.AnyTagClassName
{
color: #FB741E;
}
</style>
background-color css
<style>
a { background-color: #FB741E; }
a { background-color: rgb(251,116,30); }
div.DivClassName
{
background-color: #FB741E;
}
.BgClassName
{
background-color: #FB741E;
}
</style>
border-color css
<style>
span { border-color: #FB741E; }
span { border-color: rgb(251,116,30); }
td.TdClassName
{
border-color: #FB741E;
}
.TagClassName
{
border-color: #FB741E;
}
</style>