Shades of Pumpkin #FD760A
Tints of Pumpkin #FD760A
RGB
CMYK
RGB Variations
Color information
#FD760A (or 0xFD760A) is known color: Pumpkin. HEX triplet: FD, 76 and 0A. RGB value is (253,118,10). Sum of RGB (Red+Green+Blue) = 253+118+10=381 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.40% from 381); Green value is 118 (46.48% from 255 or 30.97% from 381); Blue value is 10 (4.30% from 255 or 2.62% from 381); Max value from RGB is 253 - color contains mainly: red. Hex color #FD760A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD760A is #0289F5. Grayscale: #929292. Windows color (decimal): -166390 or 685821. OLE color: 685821.
HSL color Cylindrical-coordinate representation of color #FD760A: hue angle of 26.67º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD760A is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 10 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.01 |
| HSL | 26.67º | 0.98% | 0.52% | - |
| HSV(B) | 26.67º | 0.96% | 0.99% | - |
| XYZ | 47.04 | 33.86 | 4.34 | - |
| YUV | 146.05 | 51.23 | 204.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 10 | 0 | 0.53 | 0.96 | 0.01 | 26.67 | 0.98 | 0.52 |
| Hex | FD | 76 | A | 0 | 35 | 60 | 1 | 1B | 62 | 34 |
| Octal | 375 | 166 | 12 | 0 | 65 | 140 | 1 | 33 | 142 | 64 |
| Binary | 11111101 | 1110110 | 1010 | 0 | 110101 | 1100000 | 1 | 11011 | 1100010 | 110100 |
Color Harmonies of #FD760A
Complementary color
Monochromatic Colors of #FD760A
Black with #FD760A
Text Example
Text Example
White with #FD760A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD760A; }
p { color: rgb(253,118,10); }
H1.HeaderClassName
{
color: #FD760A;
}
.AnyTagClassName
{
color: #FD760A;
}
</style>
background-color css
<style>
a { background-color: #FD760A; }
a { background-color: rgb(253,118,10); }
div.DivClassName
{
background-color: #FD760A;
}
.BgClassName
{
background-color: #FD760A;
}
</style>
border-color css
<style>
span { border-color: #FD760A; }
span { border-color: rgb(253,118,10); }
td.TdClassName
{
border-color: #FD760A;
}
.TagClassName
{
border-color: #FD760A;
}
</style>