Shades of Pumpkin #FF6914
Tints of Pumpkin #FF6914
RGB
CMYK
RGB Variations
Color information
#FF6914 (or 0xFF6914) is known color: Pumpkin. HEX triplet: FF, 69 and 14. RGB value is (255,105,20). Sum of RGB (Red+Green+Blue) = 255+105+20=380 (50% of max value = 765). Red value is 255 (100% from 255 or 67.11% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 20 (8.20% from 255 or 5.26% from 380); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6914 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6914 is #0096EB. Grayscale: #8C8C8C. Windows color (decimal): -38636 or 1337855. OLE color: 1337855.
HSL color Cylindrical-coordinate representation of color #FF6914: hue angle of 21.7º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF6914 is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 20 | - |
| CMYK | 0 | 0.59 | 0.92 | 0 |
| HSL | 21.7º | 1% | 0.54% | - |
| HSV(B) | 21.7º | 0.92% | 1% | - |
| XYZ | 46.42 | 31.41 | 4.28 | - |
| YUV | 140.16 | 60.2 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 20 | 0 | 0.59 | 0.92 | 0 | 21.7 | 1 | 0.54 |
| Hex | FF | 69 | 14 | 0 | 3B | 5C | 0 | 16 | 64 | 36 |
| Octal | 377 | 151 | 24 | 0 | 73 | 134 | 0 | 26 | 144 | 66 |
| Binary | 11111111 | 1101001 | 10100 | 0 | 111011 | 1011100 | 0 | 10110 | 1100100 | 110110 |
Color Harmonies of #FF6914
Complementary color
Monochromatic Colors of #FF6914
Black with #FF6914
Text Example
Text Example
White with #FF6914
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6914; }
p { color: rgb(255,105,20); }
H1.HeaderClassName
{
color: #FF6914;
}
.AnyTagClassName
{
color: #FF6914;
}
</style>
background-color css
<style>
a { background-color: #FF6914; }
a { background-color: rgb(255,105,20); }
div.DivClassName
{
background-color: #FF6914;
}
.BgClassName
{
background-color: #FF6914;
}
</style>
border-color css
<style>
span { border-color: #FF6914; }
span { border-color: rgb(255,105,20); }
td.TdClassName
{
border-color: #FF6914;
}
.TagClassName
{
border-color: #FF6914;
}
</style>