Shades of Pumpkin #FF691B
Tints of Pumpkin #FF691B
RGB
CMYK
RGB Variations
Color information
#FF691B (or 0xFF691B) is known color: Pumpkin. HEX triplet: FF, 69 and 1B. RGB value is (255,105,27). Sum of RGB (Red+Green+Blue) = 255+105+27=387 (51% of max value = 765). Red value is 255 (100% from 255 or 65.89% from 387); Green value is 105 (41.41% from 255 or 27.13% from 387); Blue value is 27 (10.94% from 255 or 6.98% from 387); Max value from RGB is 255 - color contains mainly: red. Hex color #FF691B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF691B is #0096E4. Grayscale: #8D8D8D. Windows color (decimal): -38629 or 1796607. OLE color: 1796607.
HSL color Cylindrical-coordinate representation of color #FF691B: hue angle of 20.53º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FF691B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 27 | - |
| CMYK | 0 | 0.59 | 0.89 | 0 |
| HSL | 20.53º | 1% | 0.55% | - |
| HSV(B) | 20.53º | 0.89% | 1% | - |
| XYZ | 46.49 | 31.44 | 4.66 | - |
| YUV | 140.96 | 63.7 | 209.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 27 | 0 | 0.59 | 0.89 | 0 | 20.53 | 1 | 0.55 |
| Hex | FF | 69 | 1B | 0 | 3B | 59 | 0 | 15 | 64 | 37 |
| Octal | 377 | 151 | 33 | 0 | 73 | 131 | 0 | 25 | 144 | 67 |
| Binary | 11111111 | 1101001 | 11011 | 0 | 111011 | 1011001 | 0 | 10101 | 1100100 | 110111 |
Color Harmonies of #FF691B
Complementary color
Monochromatic Colors of #FF691B
Black with #FF691B
Text Example
Text Example
White with #FF691B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF691B; }
p { color: rgb(255,105,27); }
H1.HeaderClassName
{
color: #FF691B;
}
.AnyTagClassName
{
color: #FF691B;
}
</style>
background-color css
<style>
a { background-color: #FF691B; }
a { background-color: rgb(255,105,27); }
div.DivClassName
{
background-color: #FF691B;
}
.BgClassName
{
background-color: #FF691B;
}
</style>
border-color css
<style>
span { border-color: #FF691B; }
span { border-color: rgb(255,105,27); }
td.TdClassName
{
border-color: #FF691B;
}
.TagClassName
{
border-color: #FF691B;
}
</style>