Html Css Color HEX #FE8019 Pumpkin

📋 copy color: '#FE8019'

red 254 ◦ green 128 ◦ blue 25

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

Shades of Pumpkin #FE8019

Tints of Pumpkin #FE8019

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.45%

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 62.41%
G = 31.45%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE8019 (or 0xFE8019) is known color: Pumpkin. HEX triplet: FE, 80 and 19. RGB value is (254,128,25). Sum of RGB (Red+Green+Blue) = 254+128+25=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 128 (50.39% from 255 or 31.45% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8019 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8019 is #017FE6. Grayscale: #9A9A9A. Windows color (decimal): -98279 or 1671422. OLE color: 1671422.

HSL color Cylindrical-coordinate representation of color #FE8019: hue angle of 26.99º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE8019 is Cyan = 0, Magento = 0.50, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 128 25 -
CMYK 0 0.50 0.90 0.00
HSL 26.99º 0.99% 0.55% -
HSV(B) 26.99º 0.9% 1% -
XYZ 48.77 36.58 5.41 -
YUV 153.93 55.24 199.38 -
System Red Green Blue C M Y K H S L
Decimal 254 128 25 0 0.50 0.90 0.00 26.99 0.99 0.55
Hex FE 80 19 0 32 5A 0 1B 63 37
Octal 376 200 31 0 62 132 0 33 143 67
Binary 11111110 10000000 11001 0 110010 1011010 0 11011 1100011 110111

Color Harmonies of #FE8019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8019

Black with #FE8019

Text Example


Text Example

White with #FE8019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8019; }

 p { color: rgb(254,128,25); }

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

background-color css

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

 a { background-color: rgb(254,128,25); }

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

border-color css

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

 span { border-color: rgb(254,128,25); }

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