Shades of Pumpkin #F07D1F
Tints of Pumpkin #F07D1F
RGB
CMYK
RGB Variations
Color information
#F07D1F (or 0xF07D1F) is known color: Pumpkin. HEX triplet: F0, 7D and 1F. RGB value is (240,125,31). Sum of RGB (Red+Green+Blue) = 240+125+31=396 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.61% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 31 (12.5% from 255 or 7.83% from 396); Max value from RGB is 240 - color contains mainly: red. Hex color #F07D1F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F07D1F is #0F82E0. Grayscale: #959595. Windows color (decimal): -1016545 or 2063856. OLE color: 2063856.
HSL color Cylindrical-coordinate representation of color #F07D1F: hue angle of 26.99º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F07D1F is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 125 | 31 | - |
| CMYK | 0 | 0.48 | 0.87 | 0.06 |
| HSL | 26.99º | 0.87% | 0.53% | - |
| HSV(B) | 26.99º | 0.87% | 0.94% | - |
| XYZ | 43.52 | 33.29 | 5.43 | - |
| YUV | 148.67 | 61.6 | 193.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 125 | 31 | 0 | 0.48 | 0.87 | 0.06 | 26.99 | 0.87 | 0.53 |
| Hex | F0 | 7D | 1F | 0 | 30 | 57 | 6 | 1B | 57 | 35 |
| Octal | 360 | 175 | 37 | 0 | 60 | 127 | 6 | 33 | 127 | 65 |
| Binary | 11110000 | 1111101 | 11111 | 0 | 110000 | 1010111 | 110 | 11011 | 1010111 | 110101 |
Color Harmonies of #F07D1F
Complementary color
Monochromatic Colors of #F07D1F
Black with #F07D1F
Text Example
Text Example
White with #F07D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F07D1F; }
p { color: rgb(240,125,31); }
H1.HeaderClassName
{
color: #F07D1F;
}
.AnyTagClassName
{
color: #F07D1F;
}
</style>
background-color css
<style>
a { background-color: #F07D1F; }
a { background-color: rgb(240,125,31); }
div.DivClassName
{
background-color: #F07D1F;
}
.BgClassName
{
background-color: #F07D1F;
}
</style>
border-color css
<style>
span { border-color: #F07D1F; }
span { border-color: rgb(240,125,31); }
td.TdClassName
{
border-color: #F07D1F;
}
.TagClassName
{
border-color: #F07D1F;
}
</style>