Shades of Pumpkin #FC741A
Tints of Pumpkin #FC741A
RGB
CMYK
RGB Variations
Color information
#FC741A (or 0xFC741A) is known color: Pumpkin. HEX triplet: FC, 74 and 1A. RGB value is (252,116,26). Sum of RGB (Red+Green+Blue) = 252+116+26=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 116 (45.70% from 255 or 29.44% from 394); Blue value is 26 (10.55% from 255 or 6.60% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC741A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC741A is #038BE5. Grayscale: #929292. Windows color (decimal): -232422 or 1733884. OLE color: 1733884.
HSL color Cylindrical-coordinate representation of color #FC741A: hue angle of 23.89º 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 #FC741A is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 26 | - |
| CMYK | 0 | 0.54 | 0.90 | 0.01 |
| HSL | 23.89º | 0.97% | 0.55% | - |
| HSV(B) | 23.89º | 0.9% | 0.99% | - |
| XYZ | 46.58 | 33.26 | 4.94 | - |
| YUV | 146.4 | 60.06 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 26 | 0 | 0.54 | 0.90 | 0.01 | 23.89 | 0.97 | 0.55 |
| Hex | FC | 74 | 1A | 0 | 36 | 5A | 1 | 18 | 61 | 37 |
| Octal | 374 | 164 | 32 | 0 | 66 | 132 | 1 | 30 | 141 | 67 |
| Binary | 11111100 | 1110100 | 11010 | 0 | 110110 | 1011010 | 1 | 11000 | 1100001 | 110111 |
Color Harmonies of #FC741A
Complementary color
Monochromatic Colors of #FC741A
Black with #FC741A
Text Example
Text Example
White with #FC741A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC741A; }
p { color: rgb(252,116,26); }
H1.HeaderClassName
{
color: #FC741A;
}
.AnyTagClassName
{
color: #FC741A;
}
</style>
background-color css
<style>
a { background-color: #FC741A; }
a { background-color: rgb(252,116,26); }
div.DivClassName
{
background-color: #FC741A;
}
.BgClassName
{
background-color: #FC741A;
}
</style>
border-color css
<style>
span { border-color: #FC741A; }
span { border-color: rgb(252,116,26); }
td.TdClassName
{
border-color: #FC741A;
}
.TagClassName
{
border-color: #FC741A;
}
</style>