Shades of Pumpkin #FB7413
Tints of Pumpkin #FB7413
RGB
CMYK
RGB Variations
Color information
#FB7413 (or 0xFB7413) is known color: Pumpkin. HEX triplet: FB, 74 and 13. RGB value is (251,116,19). Sum of RGB (Red+Green+Blue) = 251+116+19=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 19 (7.81% from 255 or 4.92% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7413 is #048BEC. Grayscale: #919191. Windows color (decimal): -297965 or 1275131. OLE color: 1275131.
HSL color Cylindrical-coordinate representation of color #FB7413: hue angle of 25.09º 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 #FB7413 is Cyan = 0, Magento = 0.54, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 19 | - |
| CMYK | 0 | 0.54 | 0.92 | 0.02 |
| HSL | 25.09º | 0.97% | 0.53% | - |
| HSV(B) | 25.09º | 0.92% | 0.98% | - |
| XYZ | 46.15 | 33.05 | 4.56 | - |
| YUV | 145.31 | 56.73 | 203.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 19 | 0 | 0.54 | 0.92 | 0.02 | 25.09 | 0.97 | 0.53 |
| Hex | FB | 74 | 13 | 0 | 36 | 5C | 2 | 19 | 61 | 35 |
| Octal | 373 | 164 | 23 | 0 | 66 | 134 | 2 | 31 | 141 | 65 |
| Binary | 11111011 | 1110100 | 10011 | 0 | 110110 | 1011100 | 10 | 11001 | 1100001 | 110101 |
Color Harmonies of #FB7413
Complementary color
Monochromatic Colors of #FB7413
Black with #FB7413
Text Example
Text Example
White with #FB7413
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7413; }
p { color: rgb(251,116,19); }
H1.HeaderClassName
{
color: #FB7413;
}
.AnyTagClassName
{
color: #FB7413;
}
</style>
background-color css
<style>
a { background-color: #FB7413; }
a { background-color: rgb(251,116,19); }
div.DivClassName
{
background-color: #FB7413;
}
.BgClassName
{
background-color: #FB7413;
}
</style>
border-color css
<style>
span { border-color: #FB7413; }
span { border-color: rgb(251,116,19); }
td.TdClassName
{
border-color: #FB7413;
}
.TagClassName
{
border-color: #FB7413;
}
</style>