Shades of Pumpkin #FD631A
Tints of Pumpkin #FD631A
RGB
CMYK
RGB Variations
Color information
#FD631A (or 0xFD631A) is known color: Pumpkin. HEX triplet: FD, 63 and 1A. RGB value is (253,99,26). Sum of RGB (Red+Green+Blue) = 253+99+26=378 (50% of max value = 765). Red value is 253 (99.22% from 255 or 66.93% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 26 (10.55% from 255 or 6.88% from 378); Max value from RGB is 253 - color contains mainly: red. Hex color #FD631A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD631A is #029CE5. Grayscale: #898989. Windows color (decimal): -171238 or 1729533. OLE color: 1729533.
HSL color Cylindrical-coordinate representation of color #FD631A: hue angle of 19.3º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD631A is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 99 | 26 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.01 |
| HSL | 19.3º | 0.98% | 0.55% | - |
| HSV(B) | 19.3º | 0.9% | 0.99% | - |
| XYZ | 45.16 | 29.88 | 4.36 | - |
| YUV | 136.72 | 65.52 | 210.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 99 | 26 | 0 | 0.61 | 0.90 | 0.01 | 19.3 | 0.98 | 0.55 |
| Hex | FD | 63 | 1A | 0 | 3D | 5A | 1 | 13 | 62 | 37 |
| Octal | 375 | 143 | 32 | 0 | 75 | 132 | 1 | 23 | 142 | 67 |
| Binary | 11111101 | 1100011 | 11010 | 0 | 111101 | 1011010 | 1 | 10011 | 1100010 | 110111 |
Color Harmonies of #FD631A
Complementary color
Monochromatic Colors of #FD631A
Black with #FD631A
Text Example
Text Example
White with #FD631A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD631A; }
p { color: rgb(253,99,26); }
H1.HeaderClassName
{
color: #FD631A;
}
.AnyTagClassName
{
color: #FD631A;
}
</style>
background-color css
<style>
a { background-color: #FD631A; }
a { background-color: rgb(253,99,26); }
div.DivClassName
{
background-color: #FD631A;
}
.BgClassName
{
background-color: #FD631A;
}
</style>
border-color css
<style>
span { border-color: #FD631A; }
span { border-color: rgb(253,99,26); }
td.TdClassName
{
border-color: #FD631A;
}
.TagClassName
{
border-color: #FD631A;
}
</style>