Shades of Pumpkin #FF661D
Tints of Pumpkin #FF661D
RGB
CMYK
RGB Variations
Color information
#FF661D (or 0xFF661D) is known color: Pumpkin. HEX triplet: FF, 66 and 1D. RGB value is (255,102,29). Sum of RGB (Red+Green+Blue) = 255+102+29=386 (51% of max value = 765). Red value is 255 (100% from 255 or 66.06% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 29 (11.72% from 255 or 7.51% from 386); Max value from RGB is 255 - color contains mainly: red. Hex color #FF661D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF661D is #0099E2. Grayscale: #8B8B8B. Windows color (decimal): -39395 or 1926911. OLE color: 1926911.
HSL color Cylindrical-coordinate representation of color #FF661D: hue angle of 19.38º 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 #FF661D is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 29 | - |
| CMYK | 0 | 0.6 | 0.89 | 0 |
| HSL | 19.38º | 1% | 0.56% | - |
| HSV(B) | 19.38º | 0.89% | 1% | - |
| XYZ | 46.21 | 30.85 | 4.68 | - |
| YUV | 139.43 | 65.69 | 210.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 29 | 0 | 0.6 | 0.89 | 0 | 19.38 | 1 | 0.56 |
| Hex | FF | 66 | 1D | 0 | 3C | 59 | 0 | 13 | 64 | 38 |
| Octal | 377 | 146 | 35 | 0 | 74 | 131 | 0 | 23 | 144 | 70 |
| Binary | 11111111 | 1100110 | 11101 | 0 | 111100 | 1011001 | 0 | 10011 | 1100100 | 111000 |
Color Harmonies of #FF661D
Complementary color
Monochromatic Colors of #FF661D
Black with #FF661D
Text Example
Text Example
White with #FF661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF661D; }
p { color: rgb(255,102,29); }
H1.HeaderClassName
{
color: #FF661D;
}
.AnyTagClassName
{
color: #FF661D;
}
</style>
background-color css
<style>
a { background-color: #FF661D; }
a { background-color: rgb(255,102,29); }
div.DivClassName
{
background-color: #FF661D;
}
.BgClassName
{
background-color: #FF661D;
}
</style>
border-color css
<style>
span { border-color: #FF661D; }
span { border-color: rgb(255,102,29); }
td.TdClassName
{
border-color: #FF661D;
}
.TagClassName
{
border-color: #FF661D;
}
</style>