Shades of Pumpkin #FD812A
Tints of Pumpkin #FD812A
RGB
CMYK
RGB Variations
Color information
#FD812A (or 0xFD812A) is known color: Pumpkin. HEX triplet: FD, 81 and 2A. RGB value is (253,129,42). Sum of RGB (Red+Green+Blue) = 253+129+42=424 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.67% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 42 (16.80% from 255 or 9.91% from 424); Max value from RGB is 253 - color contains mainly: red. Hex color #FD812A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FD812A is #027ED5. Grayscale: #9C9C9C. Windows color (decimal): -163542 or 2785789. OLE color: 2785789.
HSL color Cylindrical-coordinate representation of color #FD812A: hue angle of 24.74º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD812A is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 129 | 42 | - |
| CMYK | 0 | 0.49 | 0.83 | 0.01 |
| HSL | 24.74º | 0.98% | 0.58% | - |
| HSV(B) | 24.74º | 0.83% | 0.99% | - |
| XYZ | 48.78 | 36.75 | 6.71 | - |
| YUV | 156.16 | 63.58 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 129 | 42 | 0 | 0.49 | 0.83 | 0.01 | 24.74 | 0.98 | 0.58 |
| Hex | FD | 81 | 2A | 0 | 31 | 53 | 1 | 19 | 62 | 3A |
| Octal | 375 | 201 | 52 | 0 | 61 | 123 | 1 | 31 | 142 | 72 |
| Binary | 11111101 | 10000001 | 101010 | 0 | 110001 | 1010011 | 1 | 11001 | 1100010 | 111010 |
Color Harmonies of #FD812A
Complementary color
Monochromatic Colors of #FD812A
Black with #FD812A
Text Example
Text Example
White with #FD812A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD812A; }
p { color: rgb(253,129,42); }
H1.HeaderClassName
{
color: #FD812A;
}
.AnyTagClassName
{
color: #FD812A;
}
</style>
background-color css
<style>
a { background-color: #FD812A; }
a { background-color: rgb(253,129,42); }
div.DivClassName
{
background-color: #FD812A;
}
.BgClassName
{
background-color: #FD812A;
}
</style>
border-color css
<style>
span { border-color: #FD812A; }
span { border-color: rgb(253,129,42); }
td.TdClassName
{
border-color: #FD812A;
}
.TagClassName
{
border-color: #FD812A;
}
</style>