Shades of Pumpkin #FF6612
Tints of Pumpkin #FF6612
RGB
CMYK
RGB Variations
Color information
#FF6612 (or 0xFF6612) is known color: Pumpkin. HEX triplet: FF, 66 and 12. RGB value is (255,102,18). Sum of RGB (Red+Green+Blue) = 255+102+18=375 (49% of max value = 765). Red value is 255 (100% from 255 or 68% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 18 (7.42% from 255 or 4.8% from 375); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6612 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6612 is #0099ED. Grayscale: #8A8A8A. Windows color (decimal): -39406 or 1206015. OLE color: 1206015.
HSL color Cylindrical-coordinate representation of color #FF6612: hue angle of 21.27º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF6612 is Cyan = 0, Magento = 0.6, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 18 | - |
| CMYK | 0 | 0.6 | 0.93 | 0 |
| HSL | 21.27º | 1% | 0.54% | - |
| HSV(B) | 21.27º | 0.93% | 1% | - |
| XYZ | 46.1 | 30.81 | 4.09 | - |
| YUV | 138.17 | 60.19 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 18 | 0 | 0.6 | 0.93 | 0 | 21.27 | 1 | 0.54 |
| Hex | FF | 66 | 12 | 0 | 3C | 5D | 0 | 15 | 64 | 36 |
| Octal | 377 | 146 | 22 | 0 | 74 | 135 | 0 | 25 | 144 | 66 |
| Binary | 11111111 | 1100110 | 10010 | 0 | 111100 | 1011101 | 0 | 10101 | 1100100 | 110110 |
Color Harmonies of #FF6612
Complementary color
Monochromatic Colors of #FF6612
Black with #FF6612
Text Example
Text Example
White with #FF6612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6612; }
p { color: rgb(255,102,18); }
H1.HeaderClassName
{
color: #FF6612;
}
.AnyTagClassName
{
color: #FF6612;
}
</style>
background-color css
<style>
a { background-color: #FF6612; }
a { background-color: rgb(255,102,18); }
div.DivClassName
{
background-color: #FF6612;
}
.BgClassName
{
background-color: #FF6612;
}
</style>
border-color css
<style>
span { border-color: #FF6612; }
span { border-color: rgb(255,102,18); }
td.TdClassName
{
border-color: #FF6612;
}
.TagClassName
{
border-color: #FF6612;
}
</style>