#FC671B

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

Shades of Pumpkin #FC671B

Tints of Pumpkin #FC671B

Color information

#FC671B (or 0xFC671B) is unknown color: approx Pumpkin. HEX triplet: FC, 67 and 1B. RGB value is (252,103,27). Sum of RGB (Red+Green+Blue) = 252+103+27=382 (50% of max value = 765). Red value is 252 (98.83% from 255 or 65.97% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 27 (10.94% from 255 or 7.07% from 382); Max value from RGB is 252 - color contains mainly: red. Hex color #FC671B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC671B is #0398E4. Grayscale: #8B8B8B. Windows color (decimal): -235749 or 1796092. OLE color: 1796092.

HSL color Cylindrical-coordinate representation of color #FC671B: hue angle of 20.27º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FC671B is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.01.

Color convert

RGB25210327-
CMYK00.590.890.01
HSL20.27º97.4%54.71%-
HSV(B)20.27º89.29%98.82%-
XYZ45.1930.484.54-
YUV138.8964.86208.68-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 65.97%
GREEN value IS 103 (40.62% from 255) = 26.96%
BLUE value IS 27 (10.94% from 255) = 7.07%
R=65.97%
G=26.96%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.89
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521032700.590.890.0120.2797.454.71
HexFC671B03B591146137
Octal3741473307313112414167
Binary11111100110011111011011101110110011101001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC671B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC671B; }

 p { color: rgb(252,103,27); }

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

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

 a { background-color: rgb(252,103,27); }

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

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

 span { border-color: rgb(252,103,27); }

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