Html Css Color HEX #FC7122 Pumpkin

📋 copy color: '#FC7122'

red 252 ◦ green 113 ◦ blue 34

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

Shades of Pumpkin #FC7122

Tints of Pumpkin #FC7122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.32%

 BLUE value IS 34 (13.67% from 255) = 8.52%

R = 63.16%
G = 28.32%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC7122 (or 0xFC7122) is known color: Pumpkin. HEX triplet: FC, 71 and 22. RGB value is (252,113,34). Sum of RGB (Red+Green+Blue) = 252+113+34=399 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.16% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 34 (13.67% from 255 or 8.52% from 399); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7122 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7122 is #038EDD. Grayscale: #929292. Windows color (decimal): -233182 or 2257404. OLE color: 2257404.

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

Color convert

RGB 252 113 34 -
CMYK 0 0.55 0.87 0.01
HSL 21.74º 0.97% 0.56% -
HSV(B) 21.74º 0.87% 0.99% -
XYZ 46.34 32.62 5.37 -
YUV 145.56 65.05 203.92 -
System Red Green Blue C M Y K H S L
Decimal 252 113 34 0 0.55 0.87 0.01 21.74 0.97 0.56
Hex FC 71 22 0 37 57 1 16 61 38
Octal 374 161 42 0 67 127 1 26 141 70
Binary 11111100 1110001 100010 0 110111 1010111 1 10110 1100001 111000

Color Harmonies of #FC7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7122

Black with #FC7122

Text Example


Text Example

White with #FC7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7122; }

 p { color: rgb(252,113,34); }

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

background-color css

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

 a { background-color: rgb(252,113,34); }

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

border-color css

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

 span { border-color: rgb(252,113,34); }

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