Shades of Pumpkin #F9740B
Tints of Pumpkin #F9740B
RGB
CMYK
RGB Variations
Color information
#F9740B (or 0xF9740B) is known color: Pumpkin. HEX triplet: F9, 74 and 0B. RGB value is (249,116,11). Sum of RGB (Red+Green+Blue) = 249+116+11=376 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.22% from 376); Green value is 116 (45.70% from 255 or 30.85% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 249 - color contains mainly: red. Hex color #F9740B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9740B is #068BF4. Grayscale: #909090. Windows color (decimal): -429045 or 750841. OLE color: 750841.
HSL color Cylindrical-coordinate representation of color #F9740B: hue angle of 26.47º degrees, saturation: 0.95, 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 #F9740B is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 11 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.02 |
| HSL | 26.47º | 0.95% | 0.51% | - |
| HSV(B) | 26.47º | 0.96% | 0.98% | - |
| XYZ | 45.37 | 32.65 | 4.23 | - |
| YUV | 143.8 | 53.06 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 11 | 0 | 0.53 | 0.96 | 0.02 | 26.47 | 0.95 | 0.51 |
| Hex | F9 | 74 | B | 0 | 35 | 60 | 2 | 1A | 5F | 33 |
| Octal | 371 | 164 | 13 | 0 | 65 | 140 | 2 | 32 | 137 | 63 |
| Binary | 11111001 | 1110100 | 1011 | 0 | 110101 | 1100000 | 10 | 11010 | 1011111 | 110011 |
Color Harmonies of #F9740B
Complementary color
Monochromatic Colors of #F9740B
Black with #F9740B
Text Example
Text Example
White with #F9740B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9740B; }
p { color: rgb(249,116,11); }
H1.HeaderClassName
{
color: #F9740B;
}
.AnyTagClassName
{
color: #F9740B;
}
</style>
background-color css
<style>
a { background-color: #F9740B; }
a { background-color: rgb(249,116,11); }
div.DivClassName
{
background-color: #F9740B;
}
.BgClassName
{
background-color: #F9740B;
}
</style>
border-color css
<style>
span { border-color: #F9740B; }
span { border-color: rgb(249,116,11); }
td.TdClassName
{
border-color: #F9740B;
}
.TagClassName
{
border-color: #F9740B;
}
</style>