Html Css Color HEX #FE8014 Pumpkin

📋 copy color: '#FE8014'

red 254 ◦ green 128 ◦ blue 20

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

Shades of Pumpkin #FE8014

Tints of Pumpkin #FE8014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.98%

R = 63.18%
G = 31.84%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE8014 (or 0xFE8014) is known color: Pumpkin. HEX triplet: FE, 80 and 14. RGB value is (254,128,20). Sum of RGB (Red+Green+Blue) = 254+128+20=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 128 (50.39% from 255 or 31.84% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8014 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8014 is #017FEB. Grayscale: #999999. Windows color (decimal): -98284 or 1343742. OLE color: 1343742.

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

Color convert

RGB 254 128 20 -
CMYK 0 0.50 0.92 0.00
HSL 27.69º 0.99% 0.54% -
HSV(B) 27.69º 0.92% 1% -
XYZ 48.72 36.56 5.15 -
YUV 153.36 52.74 199.78 -
System Red Green Blue C M Y K H S L
Decimal 254 128 20 0 0.50 0.92 0.00 27.69 0.99 0.54
Hex FE 80 14 0 32 5C 0 1C 63 36
Octal 376 200 24 0 62 134 0 34 143 66
Binary 11111110 10000000 10100 0 110010 1011100 0 11100 1100011 110110

Color Harmonies of #FE8014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8014

Black with #FE8014

Text Example


Text Example

White with #FE8014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8014; }

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

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

background-color css

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

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

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

border-color css

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

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

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