#FC6A0F

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

Shades of Pumpkin #FC6A0F

Tints of Pumpkin #FC6A0F

Color information

#FC6A0F (or 0xFC6A0F) is unknown color: approx Pumpkin. HEX triplet: FC, 6A and 0F. RGB value is (252,106,15). Sum of RGB (Red+Green+Blue) = 252+106+15=373 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.56% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 15 (6.25% from 255 or 4.02% from 373); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6A0F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC6A0F is #0395F0. Grayscale: #8B8B8B. Windows color (decimal): -234993 or 1010428. OLE color: 1010428.

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

Color convert

RGB25210615-
CMYK00.580.940.01
HSL23.04º97.53%52.35%-
HSV(B)23.04º94.05%98.82%-
XYZ45.3931.044.05-
YUV139.2857.87208.4-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.56%
GREEN value IS 106 (41.80% from 255) = 28.42%
BLUE value IS 15 (6.25% from 255) = 4.02%
R=67.56%
G=28.42%
B=4.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521061500.580.940.0123.0497.5352.35
HexFC6AF03A5E1176234
Octal3741521707213612714264
Binary1111110011010101111011101010111101101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC6A0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC6A0F; }

 p { color: rgb(252,106,15); }

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

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

 a { background-color: rgb(252,106,15); }

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

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

 span { border-color: rgb(252,106,15); }

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