Html Css Color HEX #FEA114 Dark Tangerine

📋 copy color: '#FEA114'

red 254 ◦ green 161 ◦ blue 20

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

Shades of Dark Tangerine #FEA114

Tints of Dark Tangerine #FEA114

RGB

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

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

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

R = 58.39%
G = 37.01%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FEA114 (or 0xFEA114) is known color: Dark Tangerine. HEX triplet: FE, A1 and 14. RGB value is (254,161,20). Sum of RGB (Red+Green+Blue) = 254+161+20=435 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.39% from 435); Green value is 161 (63.28% from 255 or 37.01% from 435); Blue value is 20 (8.20% from 255 or 4.60% from 435); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA114 is #015EEB. Grayscale: #ADADAD. Windows color (decimal): -89836 or 1352190. OLE color: 1352190.

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

Color convert

RGB 254 161 20 -
CMYK 0 0.37 0.92 0.00
HSL 36.15º 0.99% 0.54% -
HSV(B) 36.15º 0.92% 1% -
XYZ 53.74 46.61 6.83 -
YUV 172.73 41.81 185.96 -
System Red Green Blue C M Y K H S L
Decimal 254 161 20 0 0.37 0.92 0.00 36.15 0.99 0.54
Hex FE A1 14 0 25 5C 0 24 63 36
Octal 376 241 24 0 45 134 0 44 143 66
Binary 11111110 10100001 10100 0 100101 1011100 0 100100 1100011 110110

Color Harmonies of #FEA114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA114

Black with #FEA114

Text Example


Text Example

White with #FEA114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA114; }

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

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

background-color css

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

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

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

border-color css

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

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

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