Shades of Pumpkin #FF691A
Tints of Pumpkin #FF691A
RGB
CMYK
RGB Variations
Color information
#FF691A (or 0xFF691A) is known color: Pumpkin. HEX triplet: FF, 69 and 1A. RGB value is (255,105,26). Sum of RGB (Red+Green+Blue) = 255+105+26=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 26 (10.55% from 255 or 6.74% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF691A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF691A is #0096E5. Grayscale: #8D8D8D. Windows color (decimal): -38630 or 1731071. OLE color: 1731071.
HSL color Cylindrical-coordinate representation of color #FF691A: hue angle of 20.7º 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 #FF691A is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 26 | - |
| CMYK | 0 | 0.59 | 0.90 | 0 |
| HSL | 20.7º | 1% | 0.55% | - |
| HSV(B) | 20.7º | 0.9% | 1% | - |
| XYZ | 46.48 | 31.44 | 4.6 | - |
| YUV | 140.84 | 63.2 | 209.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 26 | 0 | 0.59 | 0.90 | 0 | 20.7 | 1 | 0.55 |
| Hex | FF | 69 | 1A | 0 | 3B | 5A | 0 | 15 | 64 | 37 |
| Octal | 377 | 151 | 32 | 0 | 73 | 132 | 0 | 25 | 144 | 67 |
| Binary | 11111111 | 1101001 | 11010 | 0 | 111011 | 1011010 | 0 | 10101 | 1100100 | 110111 |
Color Harmonies of #FF691A
Complementary color
Monochromatic Colors of #FF691A
Black with #FF691A
Text Example
Text Example
White with #FF691A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF691A; }
p { color: rgb(255,105,26); }
H1.HeaderClassName
{
color: #FF691A;
}
.AnyTagClassName
{
color: #FF691A;
}
</style>
background-color css
<style>
a { background-color: #FF691A; }
a { background-color: rgb(255,105,26); }
div.DivClassName
{
background-color: #FF691A;
}
.BgClassName
{
background-color: #FF691A;
}
</style>
border-color css
<style>
span { border-color: #FF691A; }
span { border-color: rgb(255,105,26); }
td.TdClassName
{
border-color: #FF691A;
}
.TagClassName
{
border-color: #FF691A;
}
</style>