Html Css Color HEX #FC701E Pumpkin

📋 copy color: '#FC701E'

red 252 ◦ green 112 ◦ blue 30

#FC701E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pumpkin #FC701E

Tints of Pumpkin #FC701E

RGB

 RED value IS 252 (98.83% from 255) = 63.96%

 GREEN value IS 112 (44.14% from 255) = 28.43%

 BLUE value IS 30 (12.11% from 255) = 7.61%

R = 63.96%
G = 28.43%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FC701E (or 0xFC701E) is known color: Pumpkin. HEX triplet: FC, 70 and 1E. RGB value is (252,112,30). Sum of RGB (Red+Green+Blue) = 252+112+30=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 30 (12.11% from 255 or 7.61% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC701E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC701E is #038FE1. Grayscale: #909090. Windows color (decimal): -233442 or 1995004. OLE color: 1995004.

HSL color Cylindrical-coordinate representation of color #FC701E: hue angle of 22.16º 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 #FC701E is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 112 30 -
CMYK 0 0.56 0.88 0.01
HSL 22.16º 0.97% 0.55% -
HSV(B) 22.16º 0.88% 0.99% -
XYZ 46.17 32.38 5.04 -
YUV 144.51 63.38 204.67 -
System Red Green Blue C M Y K H S L
Decimal 252 112 30 0 0.56 0.88 0.01 22.16 0.97 0.55
Hex FC 70 1E 0 38 58 1 16 61 37
Octal 374 160 36 0 70 130 1 26 141 67
Binary 11111100 1110000 11110 0 111000 1011000 1 10110 1100001 110111

Color Harmonies of #FC701E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC701E

Black with #FC701E

Text Example


Text Example

White with #FC701E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC701E; }

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

 H1.HeaderClassName
 {
   color: #FC701E;
 }
 .AnyTagClassName
 {
   color: #FC701E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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