Shades of Pumpkin #FF6714
Tints of Pumpkin #FF6714
RGB
CMYK
RGB Variations
Color information
#FF6714 (or 0xFF6714) is known color: Pumpkin. HEX triplet: FF, 67 and 14. RGB value is (255,103,20). Sum of RGB (Red+Green+Blue) = 255+103+20=378 (50% of max value = 765). Red value is 255 (100% from 255 or 67.46% from 378); Green value is 103 (40.62% from 255 or 27.25% from 378); Blue value is 20 (8.20% from 255 or 5.29% from 378); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6714 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6714 is #0098EB. Grayscale: #8B8B8B. Windows color (decimal): -39148 or 1337343. OLE color: 1337343.
HSL color Cylindrical-coordinate representation of color #FF6714: hue angle of 21.19º 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 #FF6714 is Cyan = 0, Magento = 0.60, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 103 | 20 | - |
| CMYK | 0 | 0.60 | 0.92 | 0 |
| HSL | 21.19º | 1% | 0.54% | - |
| HSV(B) | 21.19º | 0.92% | 1% | - |
| XYZ | 46.22 | 31.01 | 4.21 | - |
| YUV | 138.99 | 60.86 | 210.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 103 | 20 | 0 | 0.60 | 0.92 | 0 | 21.19 | 1 | 0.54 |
| Hex | FF | 67 | 14 | 0 | 3C | 5C | 0 | 15 | 64 | 36 |
| Octal | 377 | 147 | 24 | 0 | 74 | 134 | 0 | 25 | 144 | 66 |
| Binary | 11111111 | 1100111 | 10100 | 0 | 111100 | 1011100 | 0 | 10101 | 1100100 | 110110 |
Color Harmonies of #FF6714
Complementary color
Monochromatic Colors of #FF6714
Black with #FF6714
Text Example
Text Example
White with #FF6714
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6714; }
p { color: rgb(255,103,20); }
H1.HeaderClassName
{
color: #FF6714;
}
.AnyTagClassName
{
color: #FF6714;
}
</style>
background-color css
<style>
a { background-color: #FF6714; }
a { background-color: rgb(255,103,20); }
div.DivClassName
{
background-color: #FF6714;
}
.BgClassName
{
background-color: #FF6714;
}
</style>
border-color css
<style>
span { border-color: #FF6714; }
span { border-color: rgb(255,103,20); }
td.TdClassName
{
border-color: #FF6714;
}
.TagClassName
{
border-color: #FF6714;
}
</style>