Shades of Pumpkin #FC7B1A
Tints of Pumpkin #FC7B1A
RGB
CMYK
RGB Variations
Color information
#FC7B1A (or 0xFC7B1A) is known color: Pumpkin. HEX triplet: FC, 7B and 1A. RGB value is (252,123,26). Sum of RGB (Red+Green+Blue) = 252+123+26=401 (53% of max value = 765). Red value is 252 (98.83% from 255 or 62.84% from 401); Green value is 123 (48.44% from 255 or 30.67% from 401); Blue value is 26 (10.55% from 255 or 6.48% from 401); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B1A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B1A is #0384E5. Grayscale: #979797. Windows color (decimal): -230630 or 1735676. OLE color: 1735676.
HSL color Cylindrical-coordinate representation of color #FC7B1A: hue angle of 25.75º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FC7B1A is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 123 | 26 | - |
| CMYK | 0 | 0.51 | 0.90 | 0.01 |
| HSL | 25.75º | 0.97% | 0.55% | - |
| HSV(B) | 25.75º | 0.9% | 0.99% | - |
| XYZ | 47.41 | 34.94 | 5.22 | - |
| YUV | 150.51 | 57.74 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 123 | 26 | 0 | 0.51 | 0.90 | 0.01 | 25.75 | 0.97 | 0.55 |
| Hex | FC | 7B | 1A | 0 | 33 | 5A | 1 | 1A | 61 | 37 |
| Octal | 374 | 173 | 32 | 0 | 63 | 132 | 1 | 32 | 141 | 67 |
| Binary | 11111100 | 1111011 | 11010 | 0 | 110011 | 1011010 | 1 | 11010 | 1100001 | 110111 |
Color Harmonies of #FC7B1A
Complementary color
Monochromatic Colors of #FC7B1A
Black with #FC7B1A
Text Example
Text Example
White with #FC7B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC7B1A; }
p { color: rgb(252,123,26); }
H1.HeaderClassName
{
color: #FC7B1A;
}
.AnyTagClassName
{
color: #FC7B1A;
}
</style>
background-color css
<style>
a { background-color: #FC7B1A; }
a { background-color: rgb(252,123,26); }
div.DivClassName
{
background-color: #FC7B1A;
}
.BgClassName
{
background-color: #FC7B1A;
}
</style>
border-color css
<style>
span { border-color: #FC7B1A; }
span { border-color: rgb(252,123,26); }
td.TdClassName
{
border-color: #FC7B1A;
}
.TagClassName
{
border-color: #FC7B1A;
}
</style>