Shades of Pumpkin #FF6812
Tints of Pumpkin #FF6812
RGB
CMYK
RGB Variations
Color information
#FF6812 (or 0xFF6812) is known color: Pumpkin. HEX triplet: FF, 68 and 12. RGB value is (255,104,18). Sum of RGB (Red+Green+Blue) = 255+104+18=377 (49% of max value = 765). Red value is 255 (100% from 255 or 67.64% from 377); Green value is 104 (41.02% from 255 or 27.59% from 377); Blue value is 18 (7.42% from 255 or 4.77% from 377); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6812 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF6812 is #0097ED. Grayscale: #8B8B8B. Windows color (decimal): -38894 or 1206527. OLE color: 1206527.
HSL color Cylindrical-coordinate representation of color #FF6812: hue angle of 21.77º 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 #FF6812 is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 18 | - |
| CMYK | 0 | 0.59 | 0.93 | 0 |
| HSL | 21.77º | 1% | 0.54% | - |
| HSV(B) | 21.77º | 0.93% | 1% | - |
| XYZ | 46.3 | 31.2 | 4.16 | - |
| YUV | 139.35 | 59.53 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 18 | 0 | 0.59 | 0.93 | 0 | 21.77 | 1 | 0.54 |
| Hex | FF | 68 | 12 | 0 | 3B | 5D | 0 | 16 | 64 | 36 |
| Octal | 377 | 150 | 22 | 0 | 73 | 135 | 0 | 26 | 144 | 66 |
| Binary | 11111111 | 1101000 | 10010 | 0 | 111011 | 1011101 | 0 | 10110 | 1100100 | 110110 |
Color Harmonies of #FF6812
Complementary color
Monochromatic Colors of #FF6812
Black with #FF6812
Text Example
Text Example
White with #FF6812
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6812; }
p { color: rgb(255,104,18); }
H1.HeaderClassName
{
color: #FF6812;
}
.AnyTagClassName
{
color: #FF6812;
}
</style>
background-color css
<style>
a { background-color: #FF6812; }
a { background-color: rgb(255,104,18); }
div.DivClassName
{
background-color: #FF6812;
}
.BgClassName
{
background-color: #FF6812;
}
</style>
border-color css
<style>
span { border-color: #FF6812; }
span { border-color: rgb(255,104,18); }
td.TdClassName
{
border-color: #FF6812;
}
.TagClassName
{
border-color: #FF6812;
}
</style>