Shades of Pumpkin #F9740D
Tints of Pumpkin #F9740D
RGB
CMYK
RGB Variations
Color information
#F9740D (or 0xF9740D) is known color: Pumpkin. HEX triplet: F9, 74 and 0D. RGB value is (249,116,13). Sum of RGB (Red+Green+Blue) = 249+116+13=378 (50% of max value = 765). Red value is 249 (97.66% from 255 or 65.87% from 378); Green value is 116 (45.70% from 255 or 30.69% from 378); Blue value is 13 (5.47% from 255 or 3.44% from 378); Max value from RGB is 249 - color contains mainly: red. Hex color #F9740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9740D is #068BF2. Grayscale: #909090. Windows color (decimal): -429043 or 881913. OLE color: 881913.
HSL color Cylindrical-coordinate representation of color #F9740D: hue angle of 26.19º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F9740D is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 13 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.02 |
| HSL | 26.19º | 0.95% | 0.51% | - |
| HSV(B) | 26.19º | 0.95% | 0.98% | - |
| XYZ | 45.38 | 32.66 | 4.29 | - |
| YUV | 144.03 | 54.06 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 13 | 0 | 0.53 | 0.95 | 0.02 | 26.19 | 0.95 | 0.51 |
| Hex | F9 | 74 | D | 0 | 35 | 5F | 2 | 1A | 5F | 33 |
| Octal | 371 | 164 | 15 | 0 | 65 | 137 | 2 | 32 | 137 | 63 |
| Binary | 11111001 | 1110100 | 1101 | 0 | 110101 | 1011111 | 10 | 11010 | 1011111 | 110011 |
Color Harmonies of #F9740D
Complementary color
Monochromatic Colors of #F9740D
Black with #F9740D
Text Example
Text Example
White with #F9740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9740D; }
p { color: rgb(249,116,13); }
H1.HeaderClassName
{
color: #F9740D;
}
.AnyTagClassName
{
color: #F9740D;
}
</style>
background-color css
<style>
a { background-color: #F9740D; }
a { background-color: rgb(249,116,13); }
div.DivClassName
{
background-color: #F9740D;
}
.BgClassName
{
background-color: #F9740D;
}
</style>
border-color css
<style>
span { border-color: #F9740D; }
span { border-color: rgb(249,116,13); }
td.TdClassName
{
border-color: #F9740D;
}
.TagClassName
{
border-color: #F9740D;
}
</style>