Html Css Color HEX #FC6C22 Pumpkin

📋 copy color: '#FC6C22'

red 252 ◦ green 108 ◦ blue 34

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

Shades of Pumpkin #FC6C22

Tints of Pumpkin #FC6C22

RGB

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

 GREEN value IS 108 (42.58% from 255) = 27.41%

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

R = 63.96%
G = 27.41%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6C22 (or 0xFC6C22) is known color: Pumpkin. HEX triplet: FC, 6C and 22. RGB value is (252,108,34). Sum of RGB (Red+Green+Blue) = 252+108+34=394 (52% of max value = 765). Red value is 252 (98.83% from 255 or 63.96% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 34 (13.67% from 255 or 8.63% from 394); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C22 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6C22 is #0393DD. Grayscale: #8F8F8F. Windows color (decimal): -234462 or 2256124. OLE color: 2256124.

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

Color convert

RGB 252 108 34 -
CMYK 0 0.57 0.87 0.01
HSL 20.37º 0.97% 0.56% -
HSV(B) 20.37º 0.87% 0.99% -
XYZ 45.8 31.54 5.19 -
YUV 142.62 66.71 206.02 -
System Red Green Blue C M Y K H S L
Decimal 252 108 34 0 0.57 0.87 0.01 20.37 0.97 0.56
Hex FC 6C 22 0 39 57 1 14 61 38
Octal 374 154 42 0 71 127 1 24 141 70
Binary 11111100 1101100 100010 0 111001 1010111 1 10100 1100001 111000

Color Harmonies of #FC6C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C22

Black with #FC6C22

Text Example


Text Example

White with #FC6C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C22; }

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

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

background-color css

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

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

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

border-color css

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

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

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