Shades of Pumpkin #FB7A27
Tints of Pumpkin #FB7A27
RGB
CMYK
RGB Variations
Color information
#FB7A27 (or 0xFB7A27) is known color: Pumpkin. HEX triplet: FB, 7A and 27. RGB value is (251,122,39). Sum of RGB (Red+Green+Blue) = 251+122+39=412 (54% of max value = 765). Red value is 251 (98.44% from 255 or 60.92% from 412); Green value is 122 (48.05% from 255 or 29.61% from 412); Blue value is 39 (15.62% from 255 or 9.47% from 412); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7A27 is #0485D8. Grayscale: #979797. Windows color (decimal): -296409 or 2587387. OLE color: 2587387.
HSL color Cylindrical-coordinate representation of color #FB7A27: hue angle of 23.49º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FB7A27 is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 122 | 39 | - |
| CMYK | 0 | 0.51 | 0.84 | 0.02 |
| HSL | 23.49º | 0.96% | 0.57% | - |
| HSV(B) | 23.49º | 0.84% | 0.98% | - |
| XYZ | 47.11 | 34.57 | 6.11 | - |
| YUV | 151.11 | 64.74 | 199.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 122 | 39 | 0 | 0.51 | 0.84 | 0.02 | 23.49 | 0.96 | 0.57 |
| Hex | FB | 7A | 27 | 0 | 33 | 54 | 2 | 17 | 60 | 39 |
| Octal | 373 | 172 | 47 | 0 | 63 | 124 | 2 | 27 | 140 | 71 |
| Binary | 11111011 | 1111010 | 100111 | 0 | 110011 | 1010100 | 10 | 10111 | 1100000 | 111001 |
Color Harmonies of #FB7A27
Complementary color
Monochromatic Colors of #FB7A27
Black with #FB7A27
Text Example
Text Example
White with #FB7A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7A27; }
p { color: rgb(251,122,39); }
H1.HeaderClassName
{
color: #FB7A27;
}
.AnyTagClassName
{
color: #FB7A27;
}
</style>
background-color css
<style>
a { background-color: #FB7A27; }
a { background-color: rgb(251,122,39); }
div.DivClassName
{
background-color: #FB7A27;
}
.BgClassName
{
background-color: #FB7A27;
}
</style>
border-color css
<style>
span { border-color: #FB7A27; }
span { border-color: rgb(251,122,39); }
td.TdClassName
{
border-color: #FB7A27;
}
.TagClassName
{
border-color: #FB7A27;
}
</style>