Html Css Color HEX #FC7022 Pumpkin

📋 copy color: '#FC7022'

red 252 ◦ green 112 ◦ blue 34

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

Shades of Pumpkin #FC7022

Tints of Pumpkin #FC7022

RGB

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

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

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

R = 63.32%
G = 28.14%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC7022 (or 0xFC7022) is known color: Pumpkin. HEX triplet: FC, 70 and 22. RGB value is (252,112,34). Sum of RGB (Red+Green+Blue) = 252+112+34=398 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.32% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 34 (13.67% from 255 or 8.54% from 398); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7022 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7022 is #038FDD. Grayscale: #919191. Windows color (decimal): -233438 or 2257148. OLE color: 2257148.

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

Color convert

RGB 252 112 34 -
CMYK 0 0.56 0.87 0.01
HSL 21.47º 0.97% 0.56% -
HSV(B) 21.47º 0.87% 0.99% -
XYZ 46.23 32.4 5.33 -
YUV 144.97 65.38 204.34 -
System Red Green Blue C M Y K H S L
Decimal 252 112 34 0 0.56 0.87 0.01 21.47 0.97 0.56
Hex FC 70 22 0 38 57 1 15 61 38
Octal 374 160 42 0 70 127 1 25 141 70
Binary 11111100 1110000 100010 0 111000 1010111 1 10101 1100001 111000

Color Harmonies of #FC7022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7022

Black with #FC7022

Text Example


Text Example

White with #FC7022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7022; }

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

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

background-color css

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

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

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

border-color css

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

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

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