Shades of Pumpkin #FD7B0A
Tints of Pumpkin #FD7B0A
RGB
CMYK
RGB Variations
Color information
#FD7B0A (or 0xFD7B0A) is known color: Pumpkin. HEX triplet: FD, 7B and 0A. RGB value is (253,123,10). Sum of RGB (Red+Green+Blue) = 253+123+10=386 (51% of max value = 765). Red value is 253 (99.22% from 255 or 65.54% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 10 (4.30% from 255 or 2.59% from 386); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7B0A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD7B0A is #0284F5. Grayscale: #959595. Windows color (decimal): -165110 or 687101. OLE color: 687101.
HSL color Cylindrical-coordinate representation of color #FD7B0A: hue angle of 27.9º 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 #FD7B0A is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 123 | 10 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.01 |
| HSL | 27.9º | 0.98% | 0.52% | - |
| HSV(B) | 27.9º | 0.96% | 0.99% | - |
| XYZ | 47.65 | 35.07 | 4.55 | - |
| YUV | 148.99 | 49.57 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 123 | 10 | 0 | 0.51 | 0.96 | 0.01 | 27.9 | 0.98 | 0.52 |
| Hex | FD | 7B | A | 0 | 33 | 60 | 1 | 1C | 62 | 34 |
| Octal | 375 | 173 | 12 | 0 | 63 | 140 | 1 | 34 | 142 | 64 |
| Binary | 11111101 | 1111011 | 1010 | 0 | 110011 | 1100000 | 1 | 11100 | 1100010 | 110100 |
Color Harmonies of #FD7B0A
Complementary color
Monochromatic Colors of #FD7B0A
Black with #FD7B0A
Text Example
Text Example
White with #FD7B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7B0A; }
p { color: rgb(253,123,10); }
H1.HeaderClassName
{
color: #FD7B0A;
}
.AnyTagClassName
{
color: #FD7B0A;
}
</style>
background-color css
<style>
a { background-color: #FD7B0A; }
a { background-color: rgb(253,123,10); }
div.DivClassName
{
background-color: #FD7B0A;
}
.BgClassName
{
background-color: #FD7B0A;
}
</style>
border-color css
<style>
span { border-color: #FD7B0A; }
span { border-color: rgb(253,123,10); }
td.TdClassName
{
border-color: #FD7B0A;
}
.TagClassName
{
border-color: #FD7B0A;
}
</style>