Shades of Pumpkin #F9730B
Tints of Pumpkin #F9730B
RGB
CMYK
RGB Variations
Color information
#F9730B (or 0xF9730B) is known color: Pumpkin. HEX triplet: F9, 73 and 0B. RGB value is (249,115,11). Sum of RGB (Red+Green+Blue) = 249+115+11=375 (49% of max value = 765). Red value is 249 (97.66% from 255 or 66.4% from 375); Green value is 115 (45.31% from 255 or 30.67% from 375); Blue value is 11 (4.69% from 255 or 2.93% from 375); Max value from RGB is 249 - color contains mainly: red. Hex color #F9730B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9730B is #068CF4. Grayscale: #8F8F8F. Windows color (decimal): -429301 or 750585. OLE color: 750585.
HSL color Cylindrical-coordinate representation of color #F9730B: hue angle of 26.22º 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 #F9730B is Cyan = 0, Magento = 0.54, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 11 | - |
| CMYK | 0 | 0.54 | 0.96 | 0.02 |
| HSL | 26.22º | 0.95% | 0.51% | - |
| HSV(B) | 26.22º | 0.96% | 0.98% | - |
| XYZ | 45.26 | 32.43 | 4.19 | - |
| YUV | 143.21 | 53.39 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 11 | 0 | 0.54 | 0.96 | 0.02 | 26.22 | 0.95 | 0.51 |
| Hex | F9 | 73 | B | 0 | 36 | 60 | 2 | 1A | 5F | 33 |
| Octal | 371 | 163 | 13 | 0 | 66 | 140 | 2 | 32 | 137 | 63 |
| Binary | 11111001 | 1110011 | 1011 | 0 | 110110 | 1100000 | 10 | 11010 | 1011111 | 110011 |
Color Harmonies of #F9730B
Complementary color
Monochromatic Colors of #F9730B
Black with #F9730B
Text Example
Text Example
White with #F9730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9730B; }
p { color: rgb(249,115,11); }
H1.HeaderClassName
{
color: #F9730B;
}
.AnyTagClassName
{
color: #F9730B;
}
</style>
background-color css
<style>
a { background-color: #F9730B; }
a { background-color: rgb(249,115,11); }
div.DivClassName
{
background-color: #F9730B;
}
.BgClassName
{
background-color: #F9730B;
}
</style>
border-color css
<style>
span { border-color: #F9730B; }
span { border-color: rgb(249,115,11); }
td.TdClassName
{
border-color: #F9730B;
}
.TagClassName
{
border-color: #F9730B;
}
</style>