Shades of Pumpkin #F0671F
Tints of Pumpkin #F0671F
RGB
CMYK
RGB Variations
Color information
#F0671F (or 0xF0671F) is known color: Pumpkin. HEX triplet: F0, 67 and 1F. RGB value is (240,103,31). Sum of RGB (Red+Green+Blue) = 240+103+31=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 103 (40.62% from 255 or 27.54% from 374); Blue value is 31 (12.5% from 255 or 8.29% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0671F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0671F is #0F98E0. Grayscale: #888888. Windows color (decimal): -1022177 or 2058224. OLE color: 2058224.
HSL color Cylindrical-coordinate representation of color #F0671F: hue angle of 20.67º 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 #F0671F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 103 | 31 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.06 |
| HSL | 20.67º | 0.87% | 0.53% | - |
| HSV(B) | 20.67º | 0.87% | 0.94% | - |
| XYZ | 41.03 | 28.32 | 4.6 | - |
| YUV | 135.76 | 68.89 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 103 | 31 | 0 | 0.57 | 0.87 | 0.06 | 20.67 | 0.87 | 0.53 |
| Hex | F0 | 67 | 1F | 0 | 39 | 57 | 6 | 15 | 57 | 35 |
| Octal | 360 | 147 | 37 | 0 | 71 | 127 | 6 | 25 | 127 | 65 |
| Binary | 11110000 | 1100111 | 11111 | 0 | 111001 | 1010111 | 110 | 10101 | 1010111 | 110101 |
Color Harmonies of #F0671F
Complementary color
Monochromatic Colors of #F0671F
Black with #F0671F
Text Example
Text Example
White with #F0671F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0671F; }
p { color: rgb(240,103,31); }
H1.HeaderClassName
{
color: #F0671F;
}
.AnyTagClassName
{
color: #F0671F;
}
</style>
background-color css
<style>
a { background-color: #F0671F; }
a { background-color: rgb(240,103,31); }
div.DivClassName
{
background-color: #F0671F;
}
.BgClassName
{
background-color: #F0671F;
}
</style>
border-color css
<style>
span { border-color: #F0671F; }
span { border-color: rgb(240,103,31); }
td.TdClassName
{
border-color: #F0671F;
}
.TagClassName
{
border-color: #F0671F;
}
</style>