Shades of Pumpkin #FF661C
Tints of Pumpkin #FF661C
RGB
CMYK
RGB Variations
Color information
#FF661C (or 0xFF661C) is known color: Pumpkin. HEX triplet: FF, 66 and 1C. RGB value is (255,102,28). Sum of RGB (Red+Green+Blue) = 255+102+28=385 (50% of max value = 765). Red value is 255 (100% from 255 or 66.23% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 28 (11.33% from 255 or 7.27% from 385); Max value from RGB is 255 - color contains mainly: red. Hex color #FF661C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF661C is #0099E3. Grayscale: #8B8B8B. Windows color (decimal): -39396 or 1861375. OLE color: 1861375.
HSL color Cylindrical-coordinate representation of color #FF661C: hue angle of 19.56º 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 #FF661C is Cyan = 0, Magento = 0.6, Yellow = 0.89 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 102 | 28 | - |
| CMYK | 0 | 0.6 | 0.89 | 0 |
| HSL | 19.56º | 1% | 0.55% | - |
| HSV(B) | 19.56º | 0.89% | 1% | - |
| XYZ | 46.2 | 30.85 | 4.62 | - |
| YUV | 139.31 | 65.19 | 210.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 102 | 28 | 0 | 0.6 | 0.89 | 0 | 19.56 | 1 | 0.55 |
| Hex | FF | 66 | 1C | 0 | 3C | 59 | 0 | 14 | 64 | 37 |
| Octal | 377 | 146 | 34 | 0 | 74 | 131 | 0 | 24 | 144 | 67 |
| Binary | 11111111 | 1100110 | 11100 | 0 | 111100 | 1011001 | 0 | 10100 | 1100100 | 110111 |
Color Harmonies of #FF661C
Complementary color
Monochromatic Colors of #FF661C
Black with #FF661C
Text Example
Text Example
White with #FF661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF661C; }
p { color: rgb(255,102,28); }
H1.HeaderClassName
{
color: #FF661C;
}
.AnyTagClassName
{
color: #FF661C;
}
</style>
background-color css
<style>
a { background-color: #FF661C; }
a { background-color: rgb(255,102,28); }
div.DivClassName
{
background-color: #FF661C;
}
.BgClassName
{
background-color: #FF661C;
}
</style>
border-color css
<style>
span { border-color: #FF661C; }
span { border-color: rgb(255,102,28); }
td.TdClassName
{
border-color: #FF661C;
}
.TagClassName
{
border-color: #FF661C;
}
</style>