Shades of Pumpkin #FB5D1D
Tints of Pumpkin #FB5D1D
RGB
CMYK
RGB Variations
Color information
#FB5D1D (or 0xFB5D1D) is known color: Pumpkin. HEX triplet: FB, 5D and 1D. RGB value is (251,93,29). Sum of RGB (Red+Green+Blue) = 251+93+29=373 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.29% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 29 (11.72% from 255 or 7.77% from 373); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5D1D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB5D1D is #04A2E2. Grayscale: #858585. Windows color (decimal): -303843 or 1924603. OLE color: 1924603.
HSL color Cylindrical-coordinate representation of color #FB5D1D: hue angle of 17.3º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FB5D1D is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 93 | 29 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.02 |
| HSL | 17.3º | 0.97% | 0.55% | - |
| HSV(B) | 17.3º | 0.88% | 0.98% | - |
| XYZ | 43.92 | 28.43 | 4.33 | - |
| YUV | 132.95 | 69.35 | 212.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 93 | 29 | 0 | 0.63 | 0.88 | 0.02 | 17.3 | 0.97 | 0.55 |
| Hex | FB | 5D | 1D | 0 | 3F | 58 | 2 | 11 | 61 | 37 |
| Octal | 373 | 135 | 35 | 0 | 77 | 130 | 2 | 21 | 141 | 67 |
| Binary | 11111011 | 1011101 | 11101 | 0 | 111111 | 1011000 | 10 | 10001 | 1100001 | 110111 |
Color Harmonies of #FB5D1D
Complementary color
Monochromatic Colors of #FB5D1D
Black with #FB5D1D
Text Example
Text Example
White with #FB5D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB5D1D; }
p { color: rgb(251,93,29); }
H1.HeaderClassName
{
color: #FB5D1D;
}
.AnyTagClassName
{
color: #FB5D1D;
}
</style>
background-color css
<style>
a { background-color: #FB5D1D; }
a { background-color: rgb(251,93,29); }
div.DivClassName
{
background-color: #FB5D1D;
}
.BgClassName
{
background-color: #FB5D1D;
}
</style>
border-color css
<style>
span { border-color: #FB5D1D; }
span { border-color: rgb(251,93,29); }
td.TdClassName
{
border-color: #FB5D1D;
}
.TagClassName
{
border-color: #FB5D1D;
}
</style>