Shades of Pumpkin #FC7B11
Tints of Pumpkin #FC7B11
RGB
CMYK
RGB Variations
Color information
#FC7B11 (or 0xFC7B11) is known color: Pumpkin. HEX triplet: FC, 7B and 11. RGB value is (252,123,17). Sum of RGB (Red+Green+Blue) = 252+123+17=392 (51% of max value = 765). Red value is 252 (98.83% from 255 or 64.29% from 392); Green value is 123 (48.44% from 255 or 31.38% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B11 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7B11 is #0384EE. Grayscale: #969696. Windows color (decimal): -230639 or 1145852. OLE color: 1145852.
HSL color Cylindrical-coordinate representation of color #FC7B11: hue angle of 27.06º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FC7B11 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 17 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.01 |
| HSL | 27.06º | 0.98% | 0.53% | - |
| HSV(B) | 27.06º | 0.93% | 0.99% | - |
| XYZ | 47.33 | 34.9 | 4.77 | - |
| YUV | 149.49 | 53.24 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 17 | 0 | 0.51 | 0.93 | 0.01 | 27.06 | 0.98 | 0.53 |
| Hex | FC | 7B | 11 | 0 | 33 | 5D | 1 | 1B | 62 | 35 |
| Octal | 374 | 173 | 21 | 0 | 63 | 135 | 1 | 33 | 142 | 65 |
| Binary | 11111100 | 1111011 | 10001 | 0 | 110011 | 1011101 | 1 | 11011 | 1100010 | 110101 |
Color Harmonies of #FC7B11
Complementary color
Monochromatic Colors of #FC7B11
Black with #FC7B11
Text Example
Text Example
White with #FC7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B11; }
p { color: rgb(252,123,17); }
H1.HeaderClassName
{
color: #FC7B11;
}
.AnyTagClassName
{
color: #FC7B11;
}
</style>
background-color css
<style>
a { background-color: #FC7B11; }
a { background-color: rgb(252,123,17); }
div.DivClassName
{
background-color: #FC7B11;
}
.BgClassName
{
background-color: #FC7B11;
}
</style>
border-color css
<style>
span { border-color: #FC7B11; }
span { border-color: rgb(252,123,17); }
td.TdClassName
{
border-color: #FC7B11;
}
.TagClassName
{
border-color: #FC7B11;
}
</style>