Shades of Pumpkin #FF691D
Tints of Pumpkin #FF691D
RGB
CMYK
RGB Variations
Color information
#FF691D (or 0xFF691D) is known color: Pumpkin. HEX triplet: FF, 69 and 1D. RGB value is (255,105,29). Sum of RGB (Red+Green+Blue) = 255+105+29=389 (51% of max value = 765). Red value is 255 (100% from 255 or 65.55% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 29 (11.72% from 255 or 7.46% from 389); Max value from RGB is 255 - color contains mainly: red. Hex color #FF691D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF691D is #0096E2. Grayscale: #8D8D8D. Windows color (decimal): -38627 or 1927679. OLE color: 1927679.
HSL color Cylindrical-coordinate representation of color #FF691D: hue angle of 20.18º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF691D is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 29 | - |
| CMYK | 0 | 0.59 | 0.89 | 0 |
| HSL | 20.18º | 1% | 0.56% | - |
| HSV(B) | 20.18º | 0.89% | 1% | - |
| XYZ | 46.51 | 31.45 | 4.78 | - |
| YUV | 141.19 | 64.7 | 209.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 29 | 0 | 0.59 | 0.89 | 0 | 20.18 | 1 | 0.56 |
| Hex | FF | 69 | 1D | 0 | 3B | 59 | 0 | 14 | 64 | 38 |
| Octal | 377 | 151 | 35 | 0 | 73 | 131 | 0 | 24 | 144 | 70 |
| Binary | 11111111 | 1101001 | 11101 | 0 | 111011 | 1011001 | 0 | 10100 | 1100100 | 111000 |
Color Harmonies of #FF691D
Complementary color
Monochromatic Colors of #FF691D
Black with #FF691D
Text Example
Text Example
White with #FF691D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF691D; }
p { color: rgb(255,105,29); }
H1.HeaderClassName
{
color: #FF691D;
}
.AnyTagClassName
{
color: #FF691D;
}
</style>
background-color css
<style>
a { background-color: #FF691D; }
a { background-color: rgb(255,105,29); }
div.DivClassName
{
background-color: #FF691D;
}
.BgClassName
{
background-color: #FF691D;
}
</style>
border-color css
<style>
span { border-color: #FF691D; }
span { border-color: rgb(255,105,29); }
td.TdClassName
{
border-color: #FF691D;
}
.TagClassName
{
border-color: #FF691D;
}
</style>