Shades of Pumpkin #FF6922
Tints of Pumpkin #FF6922
RGB
CMYK
RGB Variations
Color information
#FF6922 (or 0xFF6922) is known color: Pumpkin. HEX triplet: FF, 69 and 22. RGB value is (255,105,34). Sum of RGB (Red+Green+Blue) = 255+105+34=394 (52% of max value = 765). Red value is 255 (100% from 255 or 64.72% from 394); Green value is 105 (41.41% from 255 or 26.65% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 255 - color contains mainly: red. Hex color #FF6922 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF6922 is #0096DD. Grayscale: #8E8E8E. Windows color (decimal): -38622 or 2255359. OLE color: 2255359.
HSL color Cylindrical-coordinate representation of color #FF6922: hue angle of 19.28º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FF6922 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 105 | 34 | - |
| CMYK | 0 | 0.59 | 0.87 | 0 |
| HSL | 19.28º | 1% | 0.57% | - |
| HSV(B) | 19.28º | 0.87% | 1% | - |
| XYZ | 46.58 | 31.48 | 5.13 | - |
| YUV | 141.76 | 67.2 | 208.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 105 | 34 | 0 | 0.59 | 0.87 | 0 | 19.28 | 1 | 0.57 |
| Hex | FF | 69 | 22 | 0 | 3B | 57 | 0 | 13 | 64 | 39 |
| Octal | 377 | 151 | 42 | 0 | 73 | 127 | 0 | 23 | 144 | 71 |
| Binary | 11111111 | 1101001 | 100010 | 0 | 111011 | 1010111 | 0 | 10011 | 1100100 | 111001 |
Color Harmonies of #FF6922
Complementary color
Monochromatic Colors of #FF6922
Black with #FF6922
Text Example
Text Example
White with #FF6922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF6922; }
p { color: rgb(255,105,34); }
H1.HeaderClassName
{
color: #FF6922;
}
.AnyTagClassName
{
color: #FF6922;
}
</style>
background-color css
<style>
a { background-color: #FF6922; }
a { background-color: rgb(255,105,34); }
div.DivClassName
{
background-color: #FF6922;
}
.BgClassName
{
background-color: #FF6922;
}
</style>
border-color css
<style>
span { border-color: #FF6922; }
span { border-color: rgb(255,105,34); }
td.TdClassName
{
border-color: #FF6922;
}
.TagClassName
{
border-color: #FF6922;
}
</style>