Shades of Pumpkin #F06A18
Tints of Pumpkin #F06A18
RGB
CMYK
RGB Variations
Color information
#F06A18 (or 0xF06A18) is known color: Pumpkin. HEX triplet: F0, 6A and 18. RGB value is (240,106,24). Sum of RGB (Red+Green+Blue) = 240+106+24=370 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.86% from 370); Green value is 106 (41.80% from 255 or 28.65% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06A18 is #0F95E7. Grayscale: #898989. Windows color (decimal): -1021416 or 1600240. OLE color: 1600240.
HSL color Cylindrical-coordinate representation of color #F06A18: hue angle of 22.78º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F06A18 is Cyan = 0, Magento = 0.56, Yellow = 0.9 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 24 | - |
| CMYK | 0 | 0.56 | 0.9 | 0.06 |
| HSL | 22.78º | 0.88% | 0.52% | - |
| HSV(B) | 22.78º | 0.9% | 0.94% | - |
| XYZ | 41.25 | 28.9 | 4.27 | - |
| YUV | 136.72 | 64.39 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 24 | 0 | 0.56 | 0.9 | 0.06 | 22.78 | 0.88 | 0.52 |
| Hex | F0 | 6A | 18 | 0 | 38 | 5A | 6 | 17 | 58 | 34 |
| Octal | 360 | 152 | 30 | 0 | 70 | 132 | 6 | 27 | 130 | 64 |
| Binary | 11110000 | 1101010 | 11000 | 0 | 111000 | 1011010 | 110 | 10111 | 1011000 | 110100 |
Color Harmonies of #F06A18
Complementary color
Monochromatic Colors of #F06A18
Black with #F06A18
Text Example
Text Example
White with #F06A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A18; }
p { color: rgb(240,106,24); }
H1.HeaderClassName
{
color: #F06A18;
}
.AnyTagClassName
{
color: #F06A18;
}
</style>
background-color css
<style>
a { background-color: #F06A18; }
a { background-color: rgb(240,106,24); }
div.DivClassName
{
background-color: #F06A18;
}
.BgClassName
{
background-color: #F06A18;
}
</style>
border-color css
<style>
span { border-color: #F06A18; }
span { border-color: rgb(240,106,24); }
td.TdClassName
{
border-color: #F06A18;
}
.TagClassName
{
border-color: #F06A18;
}
</style>