Html Css Color HEX #FC7B20 Pumpkin

📋 copy color: '#FC7B20'

red 252 ◦ green 123 ◦ blue 32

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

Shades of Pumpkin #FC7B20

Tints of Pumpkin #FC7B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.22%

 BLUE value IS 32 (12.89% from 255) = 7.86%

R = 61.92%
G = 30.22%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC7B20 (or 0xFC7B20) is known color: Pumpkin. HEX triplet: FC, 7B and 20. RGB value is (252,123,32). Sum of RGB (Red+Green+Blue) = 252+123+32=407 (53% of max value = 765). Red value is 252 (98.83% from 255 or 61.92% from 407); Green value is 123 (48.44% from 255 or 30.22% from 407); Blue value is 32 (12.89% from 255 or 7.86% from 407); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7B20 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7B20 is #0384DF. Grayscale: #979797. Windows color (decimal): -230624 or 2128892. OLE color: 2128892.

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

Color convert

RGB 252 123 32 -
CMYK 0 0.51 0.87 0.01
HSL 24.82º 0.97% 0.56% -
HSV(B) 24.82º 0.87% 0.99% -
XYZ 47.49 34.97 5.61 -
YUV 151.2 60.74 199.9 -
System Red Green Blue C M Y K H S L
Decimal 252 123 32 0 0.51 0.87 0.01 24.82 0.97 0.56
Hex FC 7B 20 0 33 57 1 19 61 38
Octal 374 173 40 0 63 127 1 31 141 70
Binary 11111100 1111011 100000 0 110011 1010111 1 11001 1100001 111000

Color Harmonies of #FC7B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7B20

Black with #FC7B20

Text Example


Text Example

White with #FC7B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7B20; }

 p { color: rgb(252,123,32); }

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

background-color css

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

 a { background-color: rgb(252,123,32); }

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

border-color css

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

 span { border-color: rgb(252,123,32); }

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