Shades of Pumpkin #F96A0F
Tints of Pumpkin #F96A0F
RGB
CMYK
RGB Variations
Color information
#F96A0F (or 0xF96A0F) is known color: Pumpkin. HEX triplet: F9, 6A and 0F. RGB value is (249,106,15). Sum of RGB (Red+Green+Blue) = 249+106+15=370 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.30% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96A0F is #0695F0. Grayscale: #8A8A8A. Windows color (decimal): -431601 or 1010425. OLE color: 1010425.
HSL color Cylindrical-coordinate representation of color #F96A0F: hue angle of 23.33º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F96A0F is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 15 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.02 |
| HSL | 23.33º | 0.95% | 0.52% | - |
| HSV(B) | 23.33º | 0.94% | 0.98% | - |
| XYZ | 44.31 | 30.48 | 4 | - |
| YUV | 138.38 | 58.38 | 206.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 15 | 0 | 0.57 | 0.94 | 0.02 | 23.33 | 0.95 | 0.52 |
| Hex | F9 | 6A | F | 0 | 39 | 5E | 2 | 17 | 5F | 34 |
| Octal | 371 | 152 | 17 | 0 | 71 | 136 | 2 | 27 | 137 | 64 |
| Binary | 11111001 | 1101010 | 1111 | 0 | 111001 | 1011110 | 10 | 10111 | 1011111 | 110100 |
Color Harmonies of #F96A0F
Complementary color
Monochromatic Colors of #F96A0F
Black with #F96A0F
Text Example
Text Example
White with #F96A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A0F; }
p { color: rgb(249,106,15); }
H1.HeaderClassName
{
color: #F96A0F;
}
.AnyTagClassName
{
color: #F96A0F;
}
</style>
background-color css
<style>
a { background-color: #F96A0F; }
a { background-color: rgb(249,106,15); }
div.DivClassName
{
background-color: #F96A0F;
}
.BgClassName
{
background-color: #F96A0F;
}
</style>
border-color css
<style>
span { border-color: #F96A0F; }
span { border-color: rgb(249,106,15); }
td.TdClassName
{
border-color: #F96A0F;
}
.TagClassName
{
border-color: #F96A0F;
}
</style>