Html Css Color HEX #FEA116 Dark Tangerine

📋 copy color: '#FEA116'

red 254 ◦ green 161 ◦ blue 22

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

Shades of Dark Tangerine #FEA116

Tints of Dark Tangerine #FEA116

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.84%

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

R = 58.12%
G = 36.84%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#FEA116 (or 0xFEA116) is known color: Dark Tangerine. HEX triplet: FE, A1 and 16. RGB value is (254,161,22). Sum of RGB (Red+Green+Blue) = 254+161+22=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA116 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA116 is #015EE9. Grayscale: #ADADAD. Windows color (decimal): -89834 or 1483262. OLE color: 1483262.

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

Color convert

RGB 254 161 22 -
CMYK 0 0.37 0.91 0.00
HSL 35.95º 0.99% 0.54% -
HSV(B) 35.95º 0.91% 1% -
XYZ 53.76 46.62 6.92 -
YUV 172.96 42.81 185.8 -
System Red Green Blue C M Y K H S L
Decimal 254 161 22 0 0.37 0.91 0.00 35.95 0.99 0.54
Hex FE A1 16 0 25 5B 0 24 63 36
Octal 376 241 26 0 45 133 0 44 143 66
Binary 11111110 10100001 10110 0 100101 1011011 0 100100 1100011 110110

Color Harmonies of #FEA116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA116

Black with #FEA116

Text Example


Text Example

White with #FEA116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA116; }

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

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

background-color css

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

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

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

border-color css

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

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

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