Shades of Pumpkin #FF6F1E
Tints of Pumpkin #FF6F1E
RGB
CMYK
RGB Variations
Color information
#FF6F1E (or 0xFF6F1E) is known color: Pumpkin. HEX triplet: FF, 6F and 1E. RGB value is (255,111,30). Sum of RGB (Red+Green+Blue) = 255+111+30=396 (52% of max value = 765). Red value is 255 (100% from 255 or 64.39% from 396); Green value is 111 (43.75% from 255 or 28.03% from 396); Blue value is 30 (12.11% from 255 or 7.58% from 396); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6F1E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6F1E is #0090E1. Grayscale: #919191. Windows color (decimal): -37090 or 1994751. OLE color: 1994751.
HSL color Cylindrical-coordinate representation of color #FF6F1E: hue angle of 21.6º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF6F1E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 111 | 30 | - |
| CMYK | 0 | 0.56 | 0.88 | 0 |
| HSL | 21.6º | 1% | 0.56% | - |
| HSV(B) | 21.6º | 0.88% | 1% | - |
| XYZ | 47.16 | 32.72 | 5.06 | - |
| YUV | 144.82 | 63.21 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 111 | 30 | 0 | 0.56 | 0.88 | 0 | 21.6 | 1 | 0.56 |
| Hex | FF | 6F | 1E | 0 | 38 | 58 | 0 | 16 | 64 | 38 |
| Octal | 377 | 157 | 36 | 0 | 70 | 130 | 0 | 26 | 144 | 70 |
| Binary | 11111111 | 1101111 | 11110 | 0 | 111000 | 1011000 | 0 | 10110 | 1100100 | 111000 |
Color Harmonies of #FF6F1E
Complementary color
Monochromatic Colors of #FF6F1E
Black with #FF6F1E
Text Example
Text Example
White with #FF6F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6F1E; }
p { color: rgb(255,111,30); }
H1.HeaderClassName
{
color: #FF6F1E;
}
.AnyTagClassName
{
color: #FF6F1E;
}
</style>
background-color css
<style>
a { background-color: #FF6F1E; }
a { background-color: rgb(255,111,30); }
div.DivClassName
{
background-color: #FF6F1E;
}
.BgClassName
{
background-color: #FF6F1E;
}
</style>
border-color css
<style>
span { border-color: #FF6F1E; }
span { border-color: rgb(255,111,30); }
td.TdClassName
{
border-color: #FF6F1E;
}
.TagClassName
{
border-color: #FF6F1E;
}
</style>