Shades of Pumpkin #FD790A
Tints of Pumpkin #FD790A
RGB
CMYK
RGB Variations
Color information
#FD790A (or 0xFD790A) is known color: Pumpkin. HEX triplet: FD, 79 and 0A. RGB value is (253,121,10). Sum of RGB (Red+Green+Blue) = 253+121+10=384 (50% of max value = 765). Red value is 253 (99.22% from 255 or 65.89% from 384); Green value is 121 (47.66% from 255 or 31.51% from 384); Blue value is 10 (4.30% from 255 or 2.60% from 384); Max value from RGB is 253 - color contains mainly: red. Hex color #FD790A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD790A is #0286F5. Grayscale: #949494. Windows color (decimal): -165622 or 686589. OLE color: 686589.
HSL color Cylindrical-coordinate representation of color #FD790A: hue angle of 27.41º 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 #FD790A is Cyan = 0, Magento = 0.52, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 121 | 10 | - |
| CMYK | 0 | 0.52 | 0.96 | 0.01 |
| HSL | 27.41º | 0.98% | 0.52% | - |
| HSV(B) | 27.41º | 0.96% | 0.99% | - |
| XYZ | 47.4 | 34.58 | 4.46 | - |
| YUV | 147.81 | 50.23 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 121 | 10 | 0 | 0.52 | 0.96 | 0.01 | 27.41 | 0.98 | 0.52 |
| Hex | FD | 79 | A | 0 | 34 | 60 | 1 | 1B | 62 | 34 |
| Octal | 375 | 171 | 12 | 0 | 64 | 140 | 1 | 33 | 142 | 64 |
| Binary | 11111101 | 1111001 | 1010 | 0 | 110100 | 1100000 | 1 | 11011 | 1100010 | 110100 |
Color Harmonies of #FD790A
Complementary color
Monochromatic Colors of #FD790A
Black with #FD790A
Text Example
Text Example
White with #FD790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD790A; }
p { color: rgb(253,121,10); }
H1.HeaderClassName
{
color: #FD790A;
}
.AnyTagClassName
{
color: #FD790A;
}
</style>
background-color css
<style>
a { background-color: #FD790A; }
a { background-color: rgb(253,121,10); }
div.DivClassName
{
background-color: #FD790A;
}
.BgClassName
{
background-color: #FD790A;
}
</style>
border-color css
<style>
span { border-color: #FD790A; }
span { border-color: rgb(253,121,10); }
td.TdClassName
{
border-color: #FD790A;
}
.TagClassName
{
border-color: #FD790A;
}
</style>