Shades of Pumpkin #FB7A0C
Tints of Pumpkin #FB7A0C
RGB
CMYK
RGB Variations
Color information
#FB7A0C (or 0xFB7A0C) is known color: Pumpkin. HEX triplet: FB, 7A and 0C. RGB value is (251,122,12). Sum of RGB (Red+Green+Blue) = 251+122+12=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 12 (5.08% from 255 or 3.12% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A0C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FB7A0C is #0485F3. Grayscale: #949494. Windows color (decimal): -296436 or 817915. OLE color: 817915.
HSL color Cylindrical-coordinate representation of color #FB7A0C: hue angle of 27.62º 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 #FB7A0C is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 12 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.02 |
| HSL | 27.62º | 0.97% | 0.52% | - |
| HSV(B) | 27.62º | 0.95% | 0.98% | - |
| XYZ | 46.81 | 34.45 | 4.53 | - |
| YUV | 148.03 | 51.24 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 12 | 0 | 0.51 | 0.95 | 0.02 | 27.62 | 0.97 | 0.52 |
| Hex | FB | 7A | C | 0 | 33 | 5F | 2 | 1C | 61 | 34 |
| Octal | 373 | 172 | 14 | 0 | 63 | 137 | 2 | 34 | 141 | 64 |
| Binary | 11111011 | 1111010 | 1100 | 0 | 110011 | 1011111 | 10 | 11100 | 1100001 | 110100 |
Color Harmonies of #FB7A0C
Complementary color
Monochromatic Colors of #FB7A0C
Black with #FB7A0C
Text Example
Text Example
White with #FB7A0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A0C; }
p { color: rgb(251,122,12); }
H1.HeaderClassName
{
color: #FB7A0C;
}
.AnyTagClassName
{
color: #FB7A0C;
}
</style>
background-color css
<style>
a { background-color: #FB7A0C; }
a { background-color: rgb(251,122,12); }
div.DivClassName
{
background-color: #FB7A0C;
}
.BgClassName
{
background-color: #FB7A0C;
}
</style>
border-color css
<style>
span { border-color: #FB7A0C; }
span { border-color: rgb(251,122,12); }
td.TdClassName
{
border-color: #FB7A0C;
}
.TagClassName
{
border-color: #FB7A0C;
}
</style>