Shades of Pumpkin #FC741E
Tints of Pumpkin #FC741E
RGB
CMYK
RGB Variations
Color information
#FC741E (or 0xFC741E) is known color: Pumpkin. HEX triplet: FC, 74 and 1E. RGB value is (252,116,30). Sum of RGB (Red+Green+Blue) = 252+116+30=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 116 (45.70% from 255 or 29.15% from 398); Blue value is 30 (12.11% from 255 or 7.54% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC741E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC741E is #038BE1. Grayscale: #939393. Windows color (decimal): -232418 or 1996028. OLE color: 1996028.
HSL color Cylindrical-coordinate representation of color #FC741E: hue angle of 23.24º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FC741E is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 116 | 30 | - |
| CMYK | 0 | 0.54 | 0.88 | 0.01 |
| HSL | 23.24º | 0.97% | 0.55% | - |
| HSV(B) | 23.24º | 0.88% | 0.99% | - |
| XYZ | 46.62 | 33.28 | 5.19 | - |
| YUV | 146.86 | 62.06 | 202.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 116 | 30 | 0 | 0.54 | 0.88 | 0.01 | 23.24 | 0.97 | 0.55 |
| Hex | FC | 74 | 1E | 0 | 36 | 58 | 1 | 17 | 61 | 37 |
| Octal | 374 | 164 | 36 | 0 | 66 | 130 | 1 | 27 | 141 | 67 |
| Binary | 11111100 | 1110100 | 11110 | 0 | 110110 | 1011000 | 1 | 10111 | 1100001 | 110111 |
Color Harmonies of #FC741E
Complementary color
Monochromatic Colors of #FC741E
Black with #FC741E
Text Example
Text Example
White with #FC741E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FC741E; }
p { color: rgb(252,116,30); }
H1.HeaderClassName
{
color: #FC741E;
}
.AnyTagClassName
{
color: #FC741E;
}
</style>
background-color css
<style>
a { background-color: #FC741E; }
a { background-color: rgb(252,116,30); }
div.DivClassName
{
background-color: #FC741E;
}
.BgClassName
{
background-color: #FC741E;
}
</style>
border-color css
<style>
span { border-color: #FC741E; }
span { border-color: rgb(252,116,30); }
td.TdClassName
{
border-color: #FC741E;
}
.TagClassName
{
border-color: #FC741E;
}
</style>