Shades of Pumpkin #F96D0D
Tints of Pumpkin #F96D0D
RGB
CMYK
RGB Variations
Color information
#F96D0D (or 0xF96D0D) is known color: Pumpkin. HEX triplet: F9, 6D and 0D. RGB value is (249,109,13). Sum of RGB (Red+Green+Blue) = 249+109+13=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 109 (42.97% from 255 or 29.38% from 371); Blue value is 13 (5.47% from 255 or 3.50% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D0D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96D0D is #0692F2. Grayscale: #8C8C8C. Windows color (decimal): -430835 or 880121. OLE color: 880121.
HSL color Cylindrical-coordinate representation of color #F96D0D: hue angle of 24.41º 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 #F96D0D is Cyan = 0, Magento = 0.56, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 13 | - |
| CMYK | 0 | 0.56 | 0.95 | 0.02 |
| HSL | 24.41º | 0.95% | 0.51% | - |
| HSV(B) | 24.41º | 0.95% | 0.98% | - |
| XYZ | 44.61 | 31.11 | 4.03 | - |
| YUV | 139.92 | 56.38 | 205.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 13 | 0 | 0.56 | 0.95 | 0.02 | 24.41 | 0.95 | 0.51 |
| Hex | F9 | 6D | D | 0 | 38 | 5F | 2 | 18 | 5F | 33 |
| Octal | 371 | 155 | 15 | 0 | 70 | 137 | 2 | 30 | 137 | 63 |
| Binary | 11111001 | 1101101 | 1101 | 0 | 111000 | 1011111 | 10 | 11000 | 1011111 | 110011 |
Color Harmonies of #F96D0D
Complementary color
Monochromatic Colors of #F96D0D
Black with #F96D0D
Text Example
Text Example
White with #F96D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D0D; }
p { color: rgb(249,109,13); }
H1.HeaderClassName
{
color: #F96D0D;
}
.AnyTagClassName
{
color: #F96D0D;
}
</style>
background-color css
<style>
a { background-color: #F96D0D; }
a { background-color: rgb(249,109,13); }
div.DivClassName
{
background-color: #F96D0D;
}
.BgClassName
{
background-color: #F96D0D;
}
</style>
border-color css
<style>
span { border-color: #F96D0D; }
span { border-color: rgb(249,109,13); }
td.TdClassName
{
border-color: #F96D0D;
}
.TagClassName
{
border-color: #F96D0D;
}
</style>