Shades of Pumpkin #FB6518
Tints of Pumpkin #FB6518
RGB
CMYK
RGB Variations
Color information
#FB6518 (or 0xFB6518) is known color: Pumpkin. HEX triplet: FB, 65 and 18. RGB value is (251,101,24). Sum of RGB (Red+Green+Blue) = 251+101+24=376 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.76% from 376); Green value is 101 (39.84% from 255 or 26.86% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6518 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6518 is #049AE7. Grayscale: #898989. Windows color (decimal): -301800 or 1598971. OLE color: 1598971.
HSL color Cylindrical-coordinate representation of color #FB6518: hue angle of 20.35º 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 #FB6518 is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 24 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.02 |
| HSL | 20.35º | 0.97% | 0.54% | - |
| HSV(B) | 20.35º | 0.9% | 0.98% | - |
| XYZ | 44.6 | 29.88 | 4.28 | - |
| YUV | 137.07 | 64.2 | 209.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 24 | 0 | 0.60 | 0.90 | 0.02 | 20.35 | 0.97 | 0.54 |
| Hex | FB | 65 | 18 | 0 | 3C | 5A | 2 | 14 | 61 | 36 |
| Octal | 373 | 145 | 30 | 0 | 74 | 132 | 2 | 24 | 141 | 66 |
| Binary | 11111011 | 1100101 | 11000 | 0 | 111100 | 1011010 | 10 | 10100 | 1100001 | 110110 |
Color Harmonies of #FB6518
Complementary color
Monochromatic Colors of #FB6518
Black with #FB6518
Text Example
Text Example
White with #FB6518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6518; }
p { color: rgb(251,101,24); }
H1.HeaderClassName
{
color: #FB6518;
}
.AnyTagClassName
{
color: #FB6518;
}
</style>
background-color css
<style>
a { background-color: #FB6518; }
a { background-color: rgb(251,101,24); }
div.DivClassName
{
background-color: #FB6518;
}
.BgClassName
{
background-color: #FB6518;
}
</style>
border-color css
<style>
span { border-color: #FB6518; }
span { border-color: rgb(251,101,24); }
td.TdClassName
{
border-color: #FB6518;
}
.TagClassName
{
border-color: #FB6518;
}
</style>