Html Css Color HEX #FE8616 Pumpkin

📋 copy color: '#FE8616'

red 254 ◦ green 134 ◦ blue 22

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

Shades of Pumpkin #FE8616

Tints of Pumpkin #FE8616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.37%

R = 61.95%
G = 32.68%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FE8616 (or 0xFE8616) is known color: Pumpkin. HEX triplet: FE, 86 and 16. RGB value is (254,134,22). Sum of RGB (Red+Green+Blue) = 254+134+22=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 134 (52.73% from 255 or 32.68% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8616 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8616 is #0179E9. Grayscale: #9D9D9D. Windows color (decimal): -96746 or 1476350. OLE color: 1476350.

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

Color convert

RGB 254 134 22 -
CMYK 0 0.47 0.91 0.00
HSL 28.97º 0.99% 0.54% -
HSV(B) 28.97º 0.91% 1% -
XYZ 49.54 38.18 5.52 -
YUV 157.11 51.76 197.11 -
System Red Green Blue C M Y K H S L
Decimal 254 134 22 0 0.47 0.91 0.00 28.97 0.99 0.54
Hex FE 86 16 0 2F 5B 0 1D 63 36
Octal 376 206 26 0 57 133 0 35 143 66
Binary 11111110 10000110 10110 0 101111 1011011 0 11101 1100011 110110

Color Harmonies of #FE8616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8616

Black with #FE8616

Text Example


Text Example

White with #FE8616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8616; }

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

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

background-color css

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

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

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

border-color css

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

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

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