Html Css Color HEX #FE8429 Pumpkin

📋 copy color: '#FE8429'

red 254 ◦ green 132 ◦ blue 41

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

Shades of Pumpkin #FE8429

Tints of Pumpkin #FE8429

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.91%

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

R = 59.48%
G = 30.91%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.84

 K value IS 0.00

RGB Variations

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

Color information

#FE8429 (or 0xFE8429) is known color: Pumpkin. HEX triplet: FE, 84 and 29. RGB value is (254,132,41). Sum of RGB (Red+Green+Blue) = 254+132+41=427 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.48% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8429 is #017BD6. Grayscale: #9E9E9E. Windows color (decimal): -97239 or 2721022. OLE color: 2721022.

HSL color Cylindrical-coordinate representation of color #FE8429: hue angle of 25.63º 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 #FE8429 is Cyan = 0, Magento = 0.48, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 132 41 -
CMYK 0 0.48 0.84 0.00
HSL 25.63º 0.99% 0.58% -
HSV(B) 25.63º 0.84% 1% -
XYZ 49.52 37.73 6.77 -
YUV 158.1 61.92 196.4 -
System Red Green Blue C M Y K H S L
Decimal 254 132 41 0 0.48 0.84 0.00 25.63 0.99 0.58
Hex FE 84 29 0 30 54 0 1A 63 3A
Octal 376 204 51 0 60 124 0 32 143 72
Binary 11111110 10000100 101001 0 110000 1010100 0 11010 1100011 111010

Color Harmonies of #FE8429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8429

Black with #FE8429

Text Example


Text Example

White with #FE8429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8429; }

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

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

background-color css

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

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

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

border-color css

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

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

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