#FC7010

Color #FC7010 Pumpkin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pumpkin #FC7010

Tints of Pumpkin #FC7010

Color information

#FC7010 (or 0xFC7010) is unknown color: approx Pumpkin. HEX triplet: FC, 70 and 10. RGB value is (252,112,16). Sum of RGB (Red+Green+Blue) = 252+112+16=380 (50% of max value = 765). Red value is 252 (98.83% from 255 or 66.32% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 16 (6.64% from 255 or 4.21% from 380); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7010 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC7010 is #038FEF. Grayscale: #8F8F8F. Windows color (decimal): -233456 or 1077500. OLE color: 1077500.

HSL color Cylindrical-coordinate representation of color #FC7010: hue angle of 24.41º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FC7010 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25211216-
CMYK00.560.940.01
HSL24.41º97.52%52.55%-
HSV(B)24.41º93.65%98.82%-
XYZ46.0332.324.3-
YUV142.9256.38205.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 252 (98.83% from 255) = 66.32%
GREEN value IS 112 (44.14% from 255) = 29.47%
BLUE value IS 16 (6.64% from 255) = 4.21%
R=66.32%
G=29.47%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521121600.560.940.0124.4197.5252.55
HexFC70100385E1186235
Octal3741602007013613014265
Binary11111100111000010000011100010111101110001100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC7010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC7010; }

 p { color: rgb(252,112,16); }

 H1.HeaderClassName
 {
   color: #FC7010;
 }
 .AnyTagClassName
 {
   color: #FC7010;
 }
</style>
background-color css

<style>
 a { background-color: #FC7010; }

 a { background-color: rgb(252,112,16); }

 div.DivClassName
 {
   background-color: #FC7010;
 }
 .BgClassName
 {
   background-color: #FC7010;
 }
</style>
border-color css

<style>
 span { border-color: #FC7010; }

 span { border-color: rgb(252,112,16); }

 td.TdClassName
 {
   border-color: #FC7010;
 }
 .TagClassName
 {
   border-color: #FC7010;
 }
</style>