Shades of Pumpkin #F06A10
Tints of Pumpkin #F06A10
RGB
CMYK
RGB Variations
Color information
#F06A10 (or 0xF06A10) is known color: Pumpkin. HEX triplet: F0, 6A and 10. RGB value is (240,106,16). Sum of RGB (Red+Green+Blue) = 240+106+16=362 (47% of max value = 765). Red value is 240 (94.14% from 255 or 66.30% from 362); Green value is 106 (41.80% from 255 or 29.28% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A10 is #0F95EF. Grayscale: #888888. Windows color (decimal): -1021424 or 1075952. OLE color: 1075952.
HSL color Cylindrical-coordinate representation of color #F06A10: hue angle of 24.11º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F06A10 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 16 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.06 |
| HSL | 24.11º | 0.88% | 0.5% | - |
| HSV(B) | 24.11º | 0.93% | 0.94% | - |
| XYZ | 41.18 | 28.87 | 3.89 | - |
| YUV | 135.81 | 60.39 | 202.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 16 | 0 | 0.56 | 0.93 | 0.06 | 24.11 | 0.88 | 0.5 |
| Hex | F0 | 6A | 10 | 0 | 38 | 5D | 6 | 18 | 58 | 32 |
| Octal | 360 | 152 | 20 | 0 | 70 | 135 | 6 | 30 | 130 | 62 |
| Binary | 11110000 | 1101010 | 10000 | 0 | 111000 | 1011101 | 110 | 11000 | 1011000 | 110010 |
Color Harmonies of #F06A10
Complementary color
Monochromatic Colors of #F06A10
Black with #F06A10
Text Example
Text Example
White with #F06A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A10; }
p { color: rgb(240,106,16); }
H1.HeaderClassName
{
color: #F06A10;
}
.AnyTagClassName
{
color: #F06A10;
}
</style>
background-color css
<style>
a { background-color: #F06A10; }
a { background-color: rgb(240,106,16); }
div.DivClassName
{
background-color: #F06A10;
}
.BgClassName
{
background-color: #F06A10;
}
</style>
border-color css
<style>
span { border-color: #F06A10; }
span { border-color: rgb(240,106,16); }
td.TdClassName
{
border-color: #F06A10;
}
.TagClassName
{
border-color: #F06A10;
}
</style>