Html Css Color HEX #FEA110 Dark Tangerine

📋 copy color: '#FEA110'

red 254 ◦ green 161 ◦ blue 16

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

Shades of Dark Tangerine #FEA110

Tints of Dark Tangerine #FEA110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.71%

R = 58.93%
G = 37.35%
B = 3.71%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FEA110 (or 0xFEA110) is known color: Dark Tangerine. HEX triplet: FE, A1 and 10. RGB value is (254,161,16). Sum of RGB (Red+Green+Blue) = 254+161+16=431 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.93% from 431); Green value is 161 (63.28% from 255 or 37.35% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA110 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA110 is #015EEF. Grayscale: #ACACAC. Windows color (decimal): -89840 or 1090046. OLE color: 1090046.

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

Color convert

RGB 254 161 16 -
CMYK 0 0.37 0.94 0.00
HSL 36.55º 0.99% 0.53% -
HSV(B) 36.55º 0.94% 1% -
XYZ 53.71 46.6 6.65 -
YUV 172.28 39.81 186.29 -
System Red Green Blue C M Y K H S L
Decimal 254 161 16 0 0.37 0.94 0.00 36.55 0.99 0.53
Hex FE A1 10 0 25 5E 0 25 63 35
Octal 376 241 20 0 45 136 0 45 143 65
Binary 11111110 10100001 10000 0 100101 1011110 0 100101 1100011 110101

Color Harmonies of #FEA110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA110

Black with #FEA110

Text Example


Text Example

White with #FEA110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA110; }

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

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

background-color css

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

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

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

border-color css

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

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

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