Shades of Pumpkin #FD8223
Tints of Pumpkin #FD8223
RGB
CMYK
RGB Variations
Color information
#FD8223 (or 0xFD8223) is known color: Pumpkin. HEX triplet: FD, 82 and 23. RGB value is (253,130,35). Sum of RGB (Red+Green+Blue) = 253+130+35=418 (55% of max value = 765). Red value is 253 (99.22% from 255 or 60.53% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD8223 is #027DDC. Grayscale: #9C9C9C. Windows color (decimal): -163293 or 2327293. OLE color: 2327293.
HSL color Cylindrical-coordinate representation of color #FD8223: hue angle of 26.15º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD8223 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 35 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.01 |
| HSL | 26.15º | 0.98% | 0.56% | - |
| HSV(B) | 26.15º | 0.86% | 0.99% | - |
| XYZ | 48.79 | 36.97 | 6.15 | - |
| YUV | 155.95 | 59.75 | 197.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 35 | 0 | 0.49 | 0.86 | 0.01 | 26.15 | 0.98 | 0.56 |
| Hex | FD | 82 | 23 | 0 | 31 | 56 | 1 | 1A | 62 | 38 |
| Octal | 375 | 202 | 43 | 0 | 61 | 126 | 1 | 32 | 142 | 70 |
| Binary | 11111101 | 10000010 | 100011 | 0 | 110001 | 1010110 | 1 | 11010 | 1100010 | 111000 |
Color Harmonies of #FD8223
Complementary color
Monochromatic Colors of #FD8223
Black with #FD8223
Text Example
Text Example
White with #FD8223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8223; }
p { color: rgb(253,130,35); }
H1.HeaderClassName
{
color: #FD8223;
}
.AnyTagClassName
{
color: #FD8223;
}
</style>
background-color css
<style>
a { background-color: #FD8223; }
a { background-color: rgb(253,130,35); }
div.DivClassName
{
background-color: #FD8223;
}
.BgClassName
{
background-color: #FD8223;
}
</style>
border-color css
<style>
span { border-color: #FD8223; }
span { border-color: rgb(253,130,35); }
td.TdClassName
{
border-color: #FD8223;
}
.TagClassName
{
border-color: #FD8223;
}
</style>