Shades of Pumpkin #F06F1B
Tints of Pumpkin #F06F1B
RGB
CMYK
RGB Variations
Color information
#F06F1B (or 0xF06F1B) is known color: Pumpkin. HEX triplet: F0, 6F and 1B. RGB value is (240,111,27). Sum of RGB (Red+Green+Blue) = 240+111+27=378 (50% of max value = 765). Red value is 240 (94.14% from 255 or 63.49% from 378); Green value is 111 (43.75% from 255 or 29.37% from 378); Blue value is 27 (10.94% from 255 or 7.14% from 378); Max value from RGB is 240 - color contains mainly: red. Hex color #F06F1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06F1B is #0F90E4. Grayscale: #8C8C8C. Windows color (decimal): -1020133 or 1798128. OLE color: 1798128.
HSL color Cylindrical-coordinate representation of color #F06F1B: hue angle of 23.66º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F06F1B is Cyan = 0, Magento = 0.54, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 111 | 27 | - |
| CMYK | 0 | 0.54 | 0.89 | 0.06 |
| HSL | 23.66º | 0.88% | 0.52% | - |
| HSV(B) | 23.66º | 0.89% | 0.94% | - |
| XYZ | 41.82 | 29.97 | 4.62 | - |
| YUV | 140 | 64.24 | 199.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 111 | 27 | 0 | 0.54 | 0.89 | 0.06 | 23.66 | 0.88 | 0.52 |
| Hex | F0 | 6F | 1B | 0 | 36 | 59 | 6 | 18 | 58 | 34 |
| Octal | 360 | 157 | 33 | 0 | 66 | 131 | 6 | 30 | 130 | 64 |
| Binary | 11110000 | 1101111 | 11011 | 0 | 110110 | 1011001 | 110 | 11000 | 1011000 | 110100 |
Color Harmonies of #F06F1B
Complementary color
Monochromatic Colors of #F06F1B
Black with #F06F1B
Text Example
Text Example
White with #F06F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06F1B; }
p { color: rgb(240,111,27); }
H1.HeaderClassName
{
color: #F06F1B;
}
.AnyTagClassName
{
color: #F06F1B;
}
</style>
background-color css
<style>
a { background-color: #F06F1B; }
a { background-color: rgb(240,111,27); }
div.DivClassName
{
background-color: #F06F1B;
}
.BgClassName
{
background-color: #F06F1B;
}
</style>
border-color css
<style>
span { border-color: #F06F1B; }
span { border-color: rgb(240,111,27); }
td.TdClassName
{
border-color: #F06F1B;
}
.TagClassName
{
border-color: #F06F1B;
}
</style>