Html Css Color HEX #FE8414 Pumpkin

📋 copy color: '#FE8414'

red 254 ◦ green 132 ◦ blue 20

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

Shades of Pumpkin #FE8414

Tints of Pumpkin #FE8414

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.51%

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

R = 62.56%
G = 32.51%
B = 4.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE8414 (or 0xFE8414) is known color: Pumpkin. HEX triplet: FE, 84 and 14. RGB value is (254,132,20). Sum of RGB (Red+Green+Blue) = 254+132+20=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 132 (51.95% from 255 or 32.51% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8414 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8414 is #017BEB. Grayscale: #9C9C9C. Windows color (decimal): -97260 or 1344766. OLE color: 1344766.

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

Color convert

RGB 254 132 20 -
CMYK 0 0.48 0.92 0.00
HSL 28.72º 0.99% 0.54% -
HSV(B) 28.72º 0.92% 1% -
XYZ 49.25 37.62 5.33 -
YUV 155.71 51.42 198.11 -
System Red Green Blue C M Y K H S L
Decimal 254 132 20 0 0.48 0.92 0.00 28.72 0.99 0.54
Hex FE 84 14 0 30 5C 0 1D 63 36
Octal 376 204 24 0 60 134 0 35 143 66
Binary 11111110 10000100 10100 0 110000 1011100 0 11101 1100011 110110

Color Harmonies of #FE8414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8414

Black with #FE8414

Text Example


Text Example

White with #FE8414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8414; }

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

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

background-color css

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

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

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

border-color css

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

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

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