Shades of Pumpkin #FB6319
Tints of Pumpkin #FB6319
RGB
CMYK
RGB Variations
Color information
#FB6319 (or 0xFB6319) is known color: Pumpkin. HEX triplet: FB, 63 and 19. RGB value is (251,99,25). Sum of RGB (Red+Green+Blue) = 251+99+25=375 (49% of max value = 765). Red value is 251 (98.44% from 255 or 66.93% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 25 (10.16% from 255 or 6.67% from 375); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6319 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB6319 is #049CE6. Grayscale: #888888. Windows color (decimal): -302311 or 1663995. OLE color: 1663995.
HSL color Cylindrical-coordinate representation of color #FB6319: hue angle of 19.65º 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 #FB6319 is Cyan = 0, Magento = 0.61, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 25 | - |
| CMYK | 0 | 0.61 | 0.90 | 0.02 |
| HSL | 19.65º | 0.97% | 0.54% | - |
| HSV(B) | 19.65º | 0.9% | 0.98% | - |
| XYZ | 44.42 | 29.5 | 4.27 | - |
| YUV | 136.01 | 65.36 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 25 | 0 | 0.61 | 0.90 | 0.02 | 19.65 | 0.97 | 0.54 |
| Hex | FB | 63 | 19 | 0 | 3D | 5A | 2 | 14 | 61 | 36 |
| Octal | 373 | 143 | 31 | 0 | 75 | 132 | 2 | 24 | 141 | 66 |
| Binary | 11111011 | 1100011 | 11001 | 0 | 111101 | 1011010 | 10 | 10100 | 1100001 | 110110 |
Color Harmonies of #FB6319
Complementary color
Monochromatic Colors of #FB6319
Black with #FB6319
Text Example
Text Example
White with #FB6319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6319; }
p { color: rgb(251,99,25); }
H1.HeaderClassName
{
color: #FB6319;
}
.AnyTagClassName
{
color: #FB6319;
}
</style>
background-color css
<style>
a { background-color: #FB6319; }
a { background-color: rgb(251,99,25); }
div.DivClassName
{
background-color: #FB6319;
}
.BgClassName
{
background-color: #FB6319;
}
</style>
border-color css
<style>
span { border-color: #FB6319; }
span { border-color: rgb(251,99,25); }
td.TdClassName
{
border-color: #FB6319;
}
.TagClassName
{
border-color: #FB6319;
}
</style>