Shades of Pumpkin #FD760C
Tints of Pumpkin #FD760C
RGB
CMYK
RGB Variations
Color information
#FD760C (or 0xFD760C) is known color: Pumpkin. HEX triplet: FD, 76 and 0C. RGB value is (253,118,12). Sum of RGB (Red+Green+Blue) = 253+118+12=383 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.06% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 12 (5.08% from 255 or 3.13% from 383); Max value from RGB is 253 - color contains mainly: red. Hex color #FD760C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD760C is #0289F3. Grayscale: #929292. Windows color (decimal): -166388 or 816893. OLE color: 816893.
HSL color Cylindrical-coordinate representation of color #FD760C: hue angle of 26.39º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FD760C is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 118 | 12 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.01 |
| HSL | 26.39º | 0.98% | 0.52% | - |
| HSV(B) | 26.39º | 0.95% | 0.99% | - |
| XYZ | 47.05 | 33.87 | 4.4 | - |
| YUV | 146.28 | 52.23 | 204.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 118 | 12 | 0 | 0.53 | 0.95 | 0.01 | 26.39 | 0.98 | 0.52 |
| Hex | FD | 76 | C | 0 | 35 | 5F | 1 | 1A | 62 | 34 |
| Octal | 375 | 166 | 14 | 0 | 65 | 137 | 1 | 32 | 142 | 64 |
| Binary | 11111101 | 1110110 | 1100 | 0 | 110101 | 1011111 | 1 | 11010 | 1100010 | 110100 |
Color Harmonies of #FD760C
Complementary color
Monochromatic Colors of #FD760C
Black with #FD760C
Text Example
Text Example
White with #FD760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD760C; }
p { color: rgb(253,118,12); }
H1.HeaderClassName
{
color: #FD760C;
}
.AnyTagClassName
{
color: #FD760C;
}
</style>
background-color css
<style>
a { background-color: #FD760C; }
a { background-color: rgb(253,118,12); }
div.DivClassName
{
background-color: #FD760C;
}
.BgClassName
{
background-color: #FD760C;
}
</style>
border-color css
<style>
span { border-color: #FD760C; }
span { border-color: rgb(253,118,12); }
td.TdClassName
{
border-color: #FD760C;
}
.TagClassName
{
border-color: #FD760C;
}
</style>