Shades of Pumpkin #FF661F
Tints of Pumpkin #FF661F
RGB
CMYK
RGB Variations
Color information
#FF661F (or 0xFF661F) is known color: Pumpkin. HEX triplet: FF, 66 and 1F. RGB value is (255,102,31). Sum of RGB (Red+Green+Blue) = 255+102+31=388 (51% of max value = 765). Red value is 255 (100% from 255 or 65.72% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 255 - color contains mainly: red. Hex color #FF661F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF661F is #0099E0. Grayscale: #8C8C8C. Windows color (decimal): -39393 or 2057983. OLE color: 2057983.
HSL color Cylindrical-coordinate representation of color #FF661F: hue angle of 19.02º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FF661F is Cyan = 0, Magento = 0.6, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 31 | - |
| CMYK | 0 | 0.6 | 0.88 | 0 |
| HSL | 19.02º | 1% | 0.56% | - |
| HSV(B) | 19.02º | 0.88% | 1% | - |
| XYZ | 46.24 | 30.86 | 4.82 | - |
| YUV | 139.65 | 66.69 | 210.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 31 | 0 | 0.6 | 0.88 | 0 | 19.02 | 1 | 0.56 |
| Hex | FF | 66 | 1F | 0 | 3C | 58 | 0 | 13 | 64 | 38 |
| Octal | 377 | 146 | 37 | 0 | 74 | 130 | 0 | 23 | 144 | 70 |
| Binary | 11111111 | 1100110 | 11111 | 0 | 111100 | 1011000 | 0 | 10011 | 1100100 | 111000 |
Color Harmonies of #FF661F
Complementary color
Monochromatic Colors of #FF661F
Black with #FF661F
Text Example
Text Example
White with #FF661F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF661F; }
p { color: rgb(255,102,31); }
H1.HeaderClassName
{
color: #FF661F;
}
.AnyTagClassName
{
color: #FF661F;
}
</style>
background-color css
<style>
a { background-color: #FF661F; }
a { background-color: rgb(255,102,31); }
div.DivClassName
{
background-color: #FF661F;
}
.BgClassName
{
background-color: #FF661F;
}
</style>
border-color css
<style>
span { border-color: #FF661F; }
span { border-color: rgb(255,102,31); }
td.TdClassName
{
border-color: #FF661F;
}
.TagClassName
{
border-color: #FF661F;
}
</style>