Html Css Color HEX #FE8126 Pumpkin

📋 copy color: '#FE8126'

red 254 ◦ green 129 ◦ blue 38

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

Shades of Pumpkin #FE8126

Tints of Pumpkin #FE8126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.03%

R = 60.33%
G = 30.64%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FE8126 (or 0xFE8126) is known color: Pumpkin. HEX triplet: FE, 81 and 26. RGB value is (254,129,38). Sum of RGB (Red+Green+Blue) = 254+129+38=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8126 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8126 is #017ED9. Grayscale: #9C9C9C. Windows color (decimal): -98010 or 2523646. OLE color: 2523646.

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

Color convert

RGB 254 129 38 -
CMYK 0 0.49 0.85 0.00
HSL 25.28º 0.99% 0.57% -
HSV(B) 25.28º 0.85% 1% -
XYZ 49.07 36.91 6.37 -
YUV 156 61.41 197.9 -
System Red Green Blue C M Y K H S L
Decimal 254 129 38 0 0.49 0.85 0.00 25.28 0.99 0.57
Hex FE 81 26 0 31 55 0 19 63 39
Octal 376 201 46 0 61 125 0 31 143 71
Binary 11111110 10000001 100110 0 110001 1010101 0 11001 1100011 111001

Color Harmonies of #FE8126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8126

Black with #FE8126

Text Example


Text Example

White with #FE8126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8126; }

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

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

background-color css

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

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

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

border-color css

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

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

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