Html Css Color HEX #FE8614 Pumpkin

📋 copy color: '#FE8614'

red 254 ◦ green 134 ◦ blue 20

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

Shades of Pumpkin #FE8614

Tints of Pumpkin #FE8614

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

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

R = 62.25%
G = 32.84%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE8614 (or 0xFE8614) is known color: Pumpkin. HEX triplet: FE, 86 and 14. RGB value is (254,134,20). Sum of RGB (Red+Green+Blue) = 254+134+20=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 20 (8.20% from 255 or 4.90% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8614 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8614 is #0179EB. Grayscale: #9D9D9D. Windows color (decimal): -96748 or 1345278. OLE color: 1345278.

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

Color convert

RGB 254 134 20 -
CMYK 0 0.47 0.92 0.00
HSL 29.23º 0.99% 0.54% -
HSV(B) 29.23º 0.92% 1% -
XYZ 49.52 38.17 5.42 -
YUV 156.88 50.76 197.27 -
System Red Green Blue C M Y K H S L
Decimal 254 134 20 0 0.47 0.92 0.00 29.23 0.99 0.54
Hex FE 86 14 0 2F 5C 0 1D 63 36
Octal 376 206 24 0 57 134 0 35 143 66
Binary 11111110 10000110 10100 0 101111 1011100 0 11101 1100011 110110

Color Harmonies of #FE8614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8614

Black with #FE8614

Text Example


Text Example

White with #FE8614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8614; }

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

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

background-color css

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

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

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

border-color css

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

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

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