Html Css Color HEX #FC6422 Pumpkin

📋 copy color: '#FC6422'

red 252 ◦ green 100 ◦ blue 34

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

Shades of Pumpkin #FC6422

Tints of Pumpkin #FC6422

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.91%

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

R = 65.28%
G = 25.91%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC6422 (or 0xFC6422) is known color: Pumpkin. HEX triplet: FC, 64 and 22. RGB value is (252,100,34). Sum of RGB (Red+Green+Blue) = 252+100+34=386 (51% of max value = 765). Red value is 252 (98.83% from 255 or 65.28% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6422 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC6422 is #039BDD. Grayscale: #8A8A8A. Windows color (decimal): -236510 or 2254076. OLE color: 2254076.

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

Color convert

RGB 252 100 34 -
CMYK 0 0.60 0.87 0.01
HSL 18.17º 0.97% 0.56% -
HSV(B) 18.17º 0.87% 0.99% -
XYZ 44.99 29.93 4.92 -
YUV 137.92 69.36 209.37 -
System Red Green Blue C M Y K H S L
Decimal 252 100 34 0 0.60 0.87 0.01 18.17 0.97 0.56
Hex FC 64 22 0 3C 57 1 12 61 38
Octal 374 144 42 0 74 127 1 22 141 70
Binary 11111100 1100100 100010 0 111100 1010111 1 10010 1100001 111000

Color Harmonies of #FC6422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6422

Black with #FC6422

Text Example


Text Example

White with #FC6422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6422; }

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

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

background-color css

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

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

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

border-color css

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

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

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