Shades of Pumpkin #FD671C
Tints of Pumpkin #FD671C
RGB
CMYK
RGB Variations
Color information
#FD671C (or 0xFD671C) is known color: Pumpkin. HEX triplet: FD, 67 and 1C. RGB value is (253,103,28). Sum of RGB (Red+Green+Blue) = 253+103+28=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 103 (40.62% from 255 or 26.82% from 384); Blue value is 28 (11.33% from 255 or 7.29% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD671C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD671C is #0298E3. Grayscale: #8B8B8B. Windows color (decimal): -170212 or 1861629. OLE color: 1861629.
HSL color Cylindrical-coordinate representation of color #FD671C: hue angle of 20º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD671C is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 103 | 28 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.01 |
| HSL | 20º | 0.98% | 0.55% | - |
| HSV(B) | 20º | 0.89% | 0.99% | - |
| XYZ | 45.57 | 30.67 | 4.62 | - |
| YUV | 139.3 | 65.2 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 103 | 28 | 0 | 0.59 | 0.89 | 0.01 | 20 | 0.98 | 0.55 |
| Hex | FD | 67 | 1C | 0 | 3B | 59 | 1 | 14 | 62 | 37 |
| Octal | 375 | 147 | 34 | 0 | 73 | 131 | 1 | 24 | 142 | 67 |
| Binary | 11111101 | 1100111 | 11100 | 0 | 111011 | 1011001 | 1 | 10100 | 1100010 | 110111 |
Color Harmonies of #FD671C
Complementary color
Monochromatic Colors of #FD671C
Black with #FD671C
Text Example
Text Example
White with #FD671C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD671C; }
p { color: rgb(253,103,28); }
H1.HeaderClassName
{
color: #FD671C;
}
.AnyTagClassName
{
color: #FD671C;
}
</style>
background-color css
<style>
a { background-color: #FD671C; }
a { background-color: rgb(253,103,28); }
div.DivClassName
{
background-color: #FD671C;
}
.BgClassName
{
background-color: #FD671C;
}
</style>
border-color css
<style>
span { border-color: #FD671C; }
span { border-color: rgb(253,103,28); }
td.TdClassName
{
border-color: #FD671C;
}
.TagClassName
{
border-color: #FD671C;
}
</style>