Shades of Pumpkin #FD5A1B
Tints of Pumpkin #FD5A1B
RGB
CMYK
RGB Variations
Color information
#FD5A1B (or 0xFD5A1B) is known color: Pumpkin. HEX triplet: FD, 5A and 1B. RGB value is (253,90,27). Sum of RGB (Red+Green+Blue) = 253+90+27=370 (49% of max value = 765). Red value is 253 (99.22% from 255 or 68.38% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 253 - color contains mainly: red. Hex color #FD5A1B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD5A1B is #02A5E4. Grayscale: #838383. Windows color (decimal): -173541 or 1792765. OLE color: 1792765.
HSL color Cylindrical-coordinate representation of color #FD5A1B: hue angle of 16.73º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FD5A1B is Cyan = 0, Magento = 0.64, Yellow = 0.89 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 90 | 27 | - |
| CMYK | 0 | 0.64 | 0.89 | 0.01 |
| HSL | 16.73º | 0.98% | 0.55% | - |
| HSV(B) | 16.73º | 0.89% | 0.99% | - |
| XYZ | 44.36 | 28.27 | 4.16 | - |
| YUV | 131.56 | 69 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 90 | 27 | 0 | 0.64 | 0.89 | 0.01 | 16.73 | 0.98 | 0.55 |
| Hex | FD | 5A | 1B | 0 | 40 | 59 | 1 | 11 | 62 | 37 |
| Octal | 375 | 132 | 33 | 0 | 100 | 131 | 1 | 21 | 142 | 67 |
| Binary | 11111101 | 1011010 | 11011 | 0 | 1000000 | 1011001 | 1 | 10001 | 1100010 | 110111 |
Color Harmonies of #FD5A1B
Complementary color
Monochromatic Colors of #FD5A1B
Black with #FD5A1B
Text Example
Text Example
White with #FD5A1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD5A1B; }
p { color: rgb(253,90,27); }
H1.HeaderClassName
{
color: #FD5A1B;
}
.AnyTagClassName
{
color: #FD5A1B;
}
</style>
background-color css
<style>
a { background-color: #FD5A1B; }
a { background-color: rgb(253,90,27); }
div.DivClassName
{
background-color: #FD5A1B;
}
.BgClassName
{
background-color: #FD5A1B;
}
</style>
border-color css
<style>
span { border-color: #FD5A1B; }
span { border-color: rgb(253,90,27); }
td.TdClassName
{
border-color: #FD5A1B;
}
.TagClassName
{
border-color: #FD5A1B;
}
</style>