Shades of Pumpkin #FB740D
Tints of Pumpkin #FB740D
RGB
CMYK
RGB Variations
Color information
#FB740D (or 0xFB740D) is known color: Pumpkin. HEX triplet: FB, 74 and 0D. RGB value is (251,116,13). Sum of RGB (Red+Green+Blue) = 251+116+13=380 (50% of max value = 765). Red value is 251 (98.44% from 255 or 66.05% from 380); Green value is 116 (45.70% from 255 or 30.53% from 380); Blue value is 13 (5.47% from 255 or 3.42% from 380); Max value from RGB is 251 - color contains mainly: red. Hex color #FB740D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB740D is #048BF2. Grayscale: #919191. Windows color (decimal): -297971 or 881915. OLE color: 881915.
HSL color Cylindrical-coordinate representation of color #FB740D: hue angle of 25.97º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FB740D is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 13 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.02 |
| HSL | 25.97º | 0.97% | 0.52% | - |
| HSV(B) | 25.97º | 0.95% | 0.98% | - |
| XYZ | 46.1 | 33.03 | 4.33 | - |
| YUV | 144.62 | 53.73 | 203.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 13 | 0 | 0.54 | 0.95 | 0.02 | 25.97 | 0.97 | 0.52 |
| Hex | FB | 74 | D | 0 | 36 | 5F | 2 | 1A | 61 | 34 |
| Octal | 373 | 164 | 15 | 0 | 66 | 137 | 2 | 32 | 141 | 64 |
| Binary | 11111011 | 1110100 | 1101 | 0 | 110110 | 1011111 | 10 | 11010 | 1100001 | 110100 |
Color Harmonies of #FB740D
Complementary color
Monochromatic Colors of #FB740D
Black with #FB740D
Text Example
Text Example
White with #FB740D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB740D; }
p { color: rgb(251,116,13); }
H1.HeaderClassName
{
color: #FB740D;
}
.AnyTagClassName
{
color: #FB740D;
}
</style>
background-color css
<style>
a { background-color: #FB740D; }
a { background-color: rgb(251,116,13); }
div.DivClassName
{
background-color: #FB740D;
}
.BgClassName
{
background-color: #FB740D;
}
</style>
border-color css
<style>
span { border-color: #FB740D; }
span { border-color: rgb(251,116,13); }
td.TdClassName
{
border-color: #FB740D;
}
.TagClassName
{
border-color: #FB740D;
}
</style>