Shades of Pumpkin #FB6C18
Tints of Pumpkin #FB6C18
RGB
CMYK
RGB Variations
Color information
#FB6C18 (or 0xFB6C18) is known color: Pumpkin. HEX triplet: FB, 6C and 18. RGB value is (251,108,24). Sum of RGB (Red+Green+Blue) = 251+108+24=383 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.54% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 24 (9.77% from 255 or 6.27% from 383); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C18 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6C18 is #0493E7. Grayscale: #8D8D8D. Windows color (decimal): -300008 or 1600763. OLE color: 1600763.
HSL color Cylindrical-coordinate representation of color #FB6C18: hue angle of 22.2º 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 #FB6C18 is Cyan = 0, Magento = 0.57, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 108 | 24 | - |
| CMYK | 0 | 0.57 | 0.90 | 0.02 |
| HSL | 22.2º | 0.97% | 0.54% | - |
| HSV(B) | 22.2º | 0.9% | 0.98% | - |
| XYZ | 45.31 | 31.3 | 4.52 | - |
| YUV | 141.18 | 61.88 | 206.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 108 | 24 | 0 | 0.57 | 0.90 | 0.02 | 22.2 | 0.97 | 0.54 |
| Hex | FB | 6C | 18 | 0 | 39 | 5A | 2 | 16 | 61 | 36 |
| Octal | 373 | 154 | 30 | 0 | 71 | 132 | 2 | 26 | 141 | 66 |
| Binary | 11111011 | 1101100 | 11000 | 0 | 111001 | 1011010 | 10 | 10110 | 1100001 | 110110 |
Color Harmonies of #FB6C18
Complementary color
Monochromatic Colors of #FB6C18
Black with #FB6C18
Text Example
Text Example
White with #FB6C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6C18; }
p { color: rgb(251,108,24); }
H1.HeaderClassName
{
color: #FB6C18;
}
.AnyTagClassName
{
color: #FB6C18;
}
</style>
background-color css
<style>
a { background-color: #FB6C18; }
a { background-color: rgb(251,108,24); }
div.DivClassName
{
background-color: #FB6C18;
}
.BgClassName
{
background-color: #FB6C18;
}
</style>
border-color css
<style>
span { border-color: #FB6C18; }
span { border-color: rgb(251,108,24); }
td.TdClassName
{
border-color: #FB6C18;
}
.TagClassName
{
border-color: #FB6C18;
}
</style>