Html Css Color HEX #FC8122 Pumpkin

📋 copy color: '#FC8122'

red 252 ◦ green 129 ◦ blue 34

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

Shades of Pumpkin #FC8122

Tints of Pumpkin #FC8122

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.08%

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

R = 60.72%
G = 31.08%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.01

RGB Variations

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

Color information

#FC8122 (or 0xFC8122) is known color: Pumpkin. HEX triplet: FC, 81 and 22. RGB value is (252,129,34). Sum of RGB (Red+Green+Blue) = 252+129+34=415 (54% of max value = 765). Red value is 252 (98.83% from 255 or 60.72% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 34 (13.67% from 255 or 8.19% from 415); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8122 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8122 is #037EDD. Grayscale: #9B9B9B. Windows color (decimal): -229086 or 2261500. OLE color: 2261500.

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

Color convert

RGB 252 129 34 -
CMYK 0 0.49 0.87 0.01
HSL 26.15º 0.97% 0.56% -
HSV(B) 26.15º 0.87% 0.99% -
XYZ 48.28 36.51 6.02 -
YUV 154.95 59.75 197.22 -
System Red Green Blue C M Y K H S L
Decimal 252 129 34 0 0.49 0.87 0.01 26.15 0.97 0.56
Hex FC 81 22 0 31 57 1 1A 61 38
Octal 374 201 42 0 61 127 1 32 141 70
Binary 11111100 10000001 100010 0 110001 1010111 1 11010 1100001 111000

Color Harmonies of #FC8122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8122

Black with #FC8122

Text Example


Text Example

White with #FC8122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8122; }

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

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

background-color css

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

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

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

border-color css

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

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

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