Shades of Pumpkin #F0681F
Tints of Pumpkin #F0681F
RGB
CMYK
RGB Variations
Color information
#F0681F (or 0xF0681F) is known color: Pumpkin. HEX triplet: F0, 68 and 1F. RGB value is (240,104,31). Sum of RGB (Red+Green+Blue) = 240+104+31=375 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 240 - color contains mainly: red. Hex color #F0681F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F0681F is #0F97E0. Grayscale: #888888. Windows color (decimal): -1021921 or 2058480. OLE color: 2058480.
HSL color Cylindrical-coordinate representation of color #F0681F: hue angle of 20.96º 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 #F0681F is Cyan = 0, Magento = 0.57, Yellow = 0.87 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 104 | 31 | - |
| CMYK | 0 | 0.57 | 0.87 | 0.06 |
| HSL | 20.96º | 0.87% | 0.53% | - |
| HSV(B) | 20.96º | 0.87% | 0.94% | - |
| XYZ | 41.13 | 28.52 | 4.63 | - |
| YUV | 136.34 | 68.56 | 201.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 104 | 31 | 0 | 0.57 | 0.87 | 0.06 | 20.96 | 0.87 | 0.53 |
| Hex | F0 | 68 | 1F | 0 | 39 | 57 | 6 | 15 | 57 | 35 |
| Octal | 360 | 150 | 37 | 0 | 71 | 127 | 6 | 25 | 127 | 65 |
| Binary | 11110000 | 1101000 | 11111 | 0 | 111001 | 1010111 | 110 | 10101 | 1010111 | 110101 |
Color Harmonies of #F0681F
Complementary color
Monochromatic Colors of #F0681F
Black with #F0681F
Text Example
Text Example
White with #F0681F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0681F; }
p { color: rgb(240,104,31); }
H1.HeaderClassName
{
color: #F0681F;
}
.AnyTagClassName
{
color: #F0681F;
}
</style>
background-color css
<style>
a { background-color: #F0681F; }
a { background-color: rgb(240,104,31); }
div.DivClassName
{
background-color: #F0681F;
}
.BgClassName
{
background-color: #F0681F;
}
</style>
border-color css
<style>
span { border-color: #F0681F; }
span { border-color: rgb(240,104,31); }
td.TdClassName
{
border-color: #F0681F;
}
.TagClassName
{
border-color: #F0681F;
}
</style>