Shades of Pumpkin #F06A1B
Tints of Pumpkin #F06A1B
RGB
CMYK
RGB Variations
Color information
#F06A1B (or 0xF06A1B) is known color: Pumpkin. HEX triplet: F0, 6A and 1B. RGB value is (240,106,27). Sum of RGB (Red+Green+Blue) = 240+106+27=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F06A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F06A1B is #0F95E4. Grayscale: #898989. Windows color (decimal): -1021413 or 1796848. OLE color: 1796848.
HSL color Cylindrical-coordinate representation of color #F06A1B: hue angle of 22.25º 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 #F06A1B is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 106 | 27 | - |
| CMYK | 0 | 0.56 | 0.89 | 0.06 |
| HSL | 22.25º | 0.88% | 0.52% | - |
| HSV(B) | 22.25º | 0.89% | 0.94% | - |
| XYZ | 41.29 | 28.91 | 4.44 | - |
| YUV | 137.06 | 65.89 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 106 | 27 | 0 | 0.56 | 0.89 | 0.06 | 22.25 | 0.88 | 0.52 |
| Hex | F0 | 6A | 1B | 0 | 38 | 59 | 6 | 16 | 58 | 34 |
| Octal | 360 | 152 | 33 | 0 | 70 | 131 | 6 | 26 | 130 | 64 |
| Binary | 11110000 | 1101010 | 11011 | 0 | 111000 | 1011001 | 110 | 10110 | 1011000 | 110100 |
Color Harmonies of #F06A1B
Complementary color
Monochromatic Colors of #F06A1B
Black with #F06A1B
Text Example
Text Example
White with #F06A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06A1B; }
p { color: rgb(240,106,27); }
H1.HeaderClassName
{
color: #F06A1B;
}
.AnyTagClassName
{
color: #F06A1B;
}
</style>
background-color css
<style>
a { background-color: #F06A1B; }
a { background-color: rgb(240,106,27); }
div.DivClassName
{
background-color: #F06A1B;
}
.BgClassName
{
background-color: #F06A1B;
}
</style>
border-color css
<style>
span { border-color: #F06A1B; }
span { border-color: rgb(240,106,27); }
td.TdClassName
{
border-color: #F06A1B;
}
.TagClassName
{
border-color: #F06A1B;
}
</style>