Html Css Color HEX #FE8129 Pumpkin

📋 copy color: '#FE8129'

red 254 ◦ green 129 ◦ blue 41

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

Shades of Pumpkin #FE8129

Tints of Pumpkin #FE8129

RGB

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

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

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

R = 59.91%
G = 30.42%
B = 9.67%

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

#FE8129 (or 0xFE8129) is known color: Pumpkin. HEX triplet: FE, 81 and 29. RGB value is (254,129,41). Sum of RGB (Red+Green+Blue) = 254+129+41=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 129 (50.78% from 255 or 30.42% from 424); Blue value is 41 (16.41% from 255 or 9.67% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8129 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8129 is #017ED6. Grayscale: #9C9C9C. Windows color (decimal): -98007 or 2720254. OLE color: 2720254.

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

Color convert

RGB 254 129 41 -
CMYK 0 0.49 0.84 0.00
HSL 24.79º 0.99% 0.58% -
HSV(B) 24.79º 0.84% 1% -
XYZ 49.12 36.93 6.64 -
YUV 156.34 62.91 197.66 -
System Red Green Blue C M Y K H S L
Decimal 254 129 41 0 0.49 0.84 0.00 24.79 0.99 0.58
Hex FE 81 29 0 31 54 0 19 63 3A
Octal 376 201 51 0 61 124 0 31 143 72
Binary 11111110 10000001 101001 0 110001 1010100 0 11001 1100011 111010

Color Harmonies of #FE8129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8129

Black with #FE8129

Text Example


Text Example

White with #FE8129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8129; }

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

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

background-color css

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

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

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

border-color css

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

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

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