Shades of Pumpkin #FB8323
Tints of Pumpkin #FB8323
RGB
CMYK
RGB Variations
Color information
#FB8323 (or 0xFB8323) is known color: Pumpkin. HEX triplet: FB, 83 and 23. RGB value is (251,131,35). Sum of RGB (Red+Green+Blue) = 251+131+35=417 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.19% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8323 is #047CDC. Grayscale: #9C9C9C. Windows color (decimal): -294109 or 2327547. OLE color: 2327547.
HSL color Cylindrical-coordinate representation of color #FB8323: hue angle of 26.67º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB8323 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 131 | 35 | - |
| CMYK | 0 | 0.48 | 0.86 | 0.02 |
| HSL | 26.67º | 0.96% | 0.56% | - |
| HSV(B) | 26.67º | 0.86% | 0.98% | - |
| XYZ | 48.2 | 36.86 | 6.16 | - |
| YUV | 155.94 | 59.76 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 131 | 35 | 0 | 0.48 | 0.86 | 0.02 | 26.67 | 0.96 | 0.56 |
| Hex | FB | 83 | 23 | 0 | 30 | 56 | 2 | 1B | 60 | 38 |
| Octal | 373 | 203 | 43 | 0 | 60 | 126 | 2 | 33 | 140 | 70 |
| Binary | 11111011 | 10000011 | 100011 | 0 | 110000 | 1010110 | 10 | 11011 | 1100000 | 111000 |
Color Harmonies of #FB8323
Complementary color
Monochromatic Colors of #FB8323
Black with #FB8323
Text Example
Text Example
White with #FB8323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8323; }
p { color: rgb(251,131,35); }
H1.HeaderClassName
{
color: #FB8323;
}
.AnyTagClassName
{
color: #FB8323;
}
</style>
background-color css
<style>
a { background-color: #FB8323; }
a { background-color: rgb(251,131,35); }
div.DivClassName
{
background-color: #FB8323;
}
.BgClassName
{
background-color: #FB8323;
}
</style>
border-color css
<style>
span { border-color: #FB8323; }
span { border-color: rgb(251,131,35); }
td.TdClassName
{
border-color: #FB8323;
}
.TagClassName
{
border-color: #FB8323;
}
</style>