Html Css Color HEX #FE8229 Pumpkin

📋 copy color: '#FE8229'

red 254 ◦ green 130 ◦ blue 41

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

Shades of Pumpkin #FE8229

Tints of Pumpkin #FE8229

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.59%

 BLUE value IS 41 (16.41% from 255) = 9.65%

R = 59.76%
G = 30.59%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE8229 (or 0xFE8229) is known color: Pumpkin. HEX triplet: FE, 82 and 29. RGB value is (254,130,41). Sum of RGB (Red+Green+Blue) = 254+130+41=425 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.76% from 425); Green value is 130 (51.17% from 255 or 30.59% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8229 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8229 is #017DD6. Grayscale: #9D9D9D. Windows color (decimal): -97751 or 2720510. OLE color: 2720510.

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

Color convert

RGB 254 130 41 -
CMYK 0 0.49 0.84 0.00
HSL 25.07º 0.99% 0.58% -
HSV(B) 25.07º 0.84% 1% -
XYZ 49.26 37.2 6.68 -
YUV 156.93 62.58 197.24 -
System Red Green Blue C M Y K H S L
Decimal 254 130 41 0 0.49 0.84 0.00 25.07 0.99 0.58
Hex FE 82 29 0 31 54 0 19 63 3A
Octal 376 202 51 0 61 124 0 31 143 72
Binary 11111110 10000010 101001 0 110001 1010100 0 11001 1100011 111010

Color Harmonies of #FE8229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8229

Black with #FE8229

Text Example


Text Example

White with #FE8229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8229; }

 p { color: rgb(254,130,41); }

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

background-color css

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

 a { background-color: rgb(254,130,41); }

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

border-color css

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

 span { border-color: rgb(254,130,41); }

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