Shades of Pumpkin #FF681A
Tints of Pumpkin #FF681A
RGB
CMYK
RGB Variations
Color information
#FF681A (or 0xFF681A) is known color: Pumpkin. HEX triplet: FF, 68 and 1A. RGB value is (255,104,26). Sum of RGB (Red+Green+Blue) = 255+104+26=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 26 (10.55% from 255 or 6.75% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF681A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF681A is #0097E5. Grayscale: #8C8C8C. Windows color (decimal): -38886 or 1730815. OLE color: 1730815.
HSL color Cylindrical-coordinate representation of color #FF681A: hue angle of 20.44º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF681A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 104 | 26 | - |
| CMYK | 0 | 0.59 | 0.90 | 0 |
| HSL | 20.44º | 1% | 0.55% | - |
| HSV(B) | 20.44º | 0.9% | 1% | - |
| XYZ | 46.38 | 31.24 | 4.56 | - |
| YUV | 140.26 | 63.53 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 104 | 26 | 0 | 0.59 | 0.90 | 0 | 20.44 | 1 | 0.55 |
| Hex | FF | 68 | 1A | 0 | 3B | 5A | 0 | 14 | 64 | 37 |
| Octal | 377 | 150 | 32 | 0 | 73 | 132 | 0 | 24 | 144 | 67 |
| Binary | 11111111 | 1101000 | 11010 | 0 | 111011 | 1011010 | 0 | 10100 | 1100100 | 110111 |
Color Harmonies of #FF681A
Complementary color
Monochromatic Colors of #FF681A
Black with #FF681A
Text Example
Text Example
White with #FF681A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF681A; }
p { color: rgb(255,104,26); }
H1.HeaderClassName
{
color: #FF681A;
}
.AnyTagClassName
{
color: #FF681A;
}
</style>
background-color css
<style>
a { background-color: #FF681A; }
a { background-color: rgb(255,104,26); }
div.DivClassName
{
background-color: #FF681A;
}
.BgClassName
{
background-color: #FF681A;
}
</style>
border-color css
<style>
span { border-color: #FF681A; }
span { border-color: rgb(255,104,26); }
td.TdClassName
{
border-color: #FF681A;
}
.TagClassName
{
border-color: #FF681A;
}
</style>