Html Css Color HEX #FE8120 Pumpkin

📋 copy color: '#FE8120'

red 254 ◦ green 129 ◦ blue 32

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

Shades of Pumpkin #FE8120

Tints of Pumpkin #FE8120

RGB

 RED value IS 254 (99.61% from 255) = 61.2%

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

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

R = 61.2%
G = 31.08%
B = 7.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.87

 K value IS 0.00

RGB Variations

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

Color information

#FE8120 (or 0xFE8120) is known color: Pumpkin. HEX triplet: FE, 81 and 20. RGB value is (254,129,32). Sum of RGB (Red+Green+Blue) = 254+129+32=415 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.20% from 415); Green value is 129 (50.78% from 255 or 31.08% from 415); Blue value is 32 (12.89% from 255 or 7.71% from 415); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8120 is #017EDF. Grayscale: #9B9B9B. Windows color (decimal): -98016 or 2130430. OLE color: 2130430.

HSL color Cylindrical-coordinate representation of color #FE8120: hue angle of 26.22º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #FE8120 is Cyan = 0, Magento = 0.49, Yellow = 0.87 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 129 32 -
CMYK 0 0.49 0.87 0.00
HSL 26.22º 0.99% 0.56% -
HSV(B) 26.22º 0.87% 1% -
XYZ 48.98 36.88 5.9 -
YUV 155.32 58.41 198.39 -
System Red Green Blue C M Y K H S L
Decimal 254 129 32 0 0.49 0.87 0.00 26.22 0.99 0.56
Hex FE 81 20 0 31 57 0 1A 63 38
Octal 376 201 40 0 61 127 0 32 143 70
Binary 11111110 10000001 100000 0 110001 1010111 0 11010 1100011 111000

Color Harmonies of #FE8120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8120

Black with #FE8120

Text Example


Text Example

White with #FE8120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8120; }

 p { color: rgb(254,129,32); }

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

background-color css

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

 a { background-color: rgb(254,129,32); }

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

border-color css

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

 span { border-color: rgb(254,129,32); }

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