Shades of Pumpkin #FB6018
Tints of Pumpkin #FB6018
RGB
CMYK
RGB Variations
Color information
#FB6018 (or 0xFB6018) is known color: Pumpkin. HEX triplet: FB, 60 and 18. RGB value is (251,96,24). Sum of RGB (Red+Green+Blue) = 251+96+24=371 (49% of max value = 765). Red value is 251 (98.44% from 255 or 67.65% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 24 (9.77% from 255 or 6.47% from 371); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6018 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6018 is #049FE7. Grayscale: #868686. Windows color (decimal): -303080 or 1597691. OLE color: 1597691.
HSL color Cylindrical-coordinate representation of color #FB6018: hue angle of 19.03º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FB6018 is Cyan = 0, Magento = 0.62, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 96 | 24 | - |
| CMYK | 0 | 0.62 | 0.90 | 0.02 |
| HSL | 19.03º | 0.97% | 0.54% | - |
| HSV(B) | 19.03º | 0.9% | 0.98% | - |
| XYZ | 44.13 | 28.94 | 4.12 | - |
| YUV | 134.14 | 65.85 | 211.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 96 | 24 | 0 | 0.62 | 0.90 | 0.02 | 19.03 | 0.97 | 0.54 |
| Hex | FB | 60 | 18 | 0 | 3E | 5A | 2 | 13 | 61 | 36 |
| Octal | 373 | 140 | 30 | 0 | 76 | 132 | 2 | 23 | 141 | 66 |
| Binary | 11111011 | 1100000 | 11000 | 0 | 111110 | 1011010 | 10 | 10011 | 1100001 | 110110 |
Color Harmonies of #FB6018
Complementary color
Monochromatic Colors of #FB6018
Black with #FB6018
Text Example
Text Example
White with #FB6018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6018; }
p { color: rgb(251,96,24); }
H1.HeaderClassName
{
color: #FB6018;
}
.AnyTagClassName
{
color: #FB6018;
}
</style>
background-color css
<style>
a { background-color: #FB6018; }
a { background-color: rgb(251,96,24); }
div.DivClassName
{
background-color: #FB6018;
}
.BgClassName
{
background-color: #FB6018;
}
</style>
border-color css
<style>
span { border-color: #FB6018; }
span { border-color: rgb(251,96,24); }
td.TdClassName
{
border-color: #FB6018;
}
.TagClassName
{
border-color: #FB6018;
}
</style>