Shades of Pumpkin #FB6D13
Tints of Pumpkin #FB6D13
RGB
CMYK
RGB Variations
Color information
#FB6D13 (or 0xFB6D13) is known color: Pumpkin. HEX triplet: FB, 6D and 13. RGB value is (251,109,19). Sum of RGB (Red+Green+Blue) = 251+109+19=379 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.23% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 19 (7.81% from 255 or 5.01% from 379); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6D13 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6D13 is #0492EC. Grayscale: #8D8D8D. Windows color (decimal): -299757 or 1273339. OLE color: 1273339.
HSL color Cylindrical-coordinate representation of color #FB6D13: hue angle of 23.28º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FB6D13 is Cyan = 0, Magento = 0.57, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 109 | 19 | - |
| CMYK | 0 | 0.57 | 0.92 | 0.02 |
| HSL | 23.28º | 0.97% | 0.53% | - |
| HSV(B) | 23.28º | 0.92% | 0.98% | - |
| XYZ | 45.37 | 31.49 | 4.3 | - |
| YUV | 141.2 | 59.04 | 206.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 109 | 19 | 0 | 0.57 | 0.92 | 0.02 | 23.28 | 0.97 | 0.53 |
| Hex | FB | 6D | 13 | 0 | 39 | 5C | 2 | 17 | 61 | 35 |
| Octal | 373 | 155 | 23 | 0 | 71 | 134 | 2 | 27 | 141 | 65 |
| Binary | 11111011 | 1101101 | 10011 | 0 | 111001 | 1011100 | 10 | 10111 | 1100001 | 110101 |
Color Harmonies of #FB6D13
Complementary color
Monochromatic Colors of #FB6D13
Black with #FB6D13
Text Example
Text Example
White with #FB6D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6D13; }
p { color: rgb(251,109,19); }
H1.HeaderClassName
{
color: #FB6D13;
}
.AnyTagClassName
{
color: #FB6D13;
}
</style>
background-color css
<style>
a { background-color: #FB6D13; }
a { background-color: rgb(251,109,19); }
div.DivClassName
{
background-color: #FB6D13;
}
.BgClassName
{
background-color: #FB6D13;
}
</style>
border-color css
<style>
span { border-color: #FB6D13; }
span { border-color: rgb(251,109,19); }
td.TdClassName
{
border-color: #FB6D13;
}
.TagClassName
{
border-color: #FB6D13;
}
</style>