Html Css Color HEX #FEA113 Dark Tangerine

📋 copy color: '#FEA113'

red 254 ◦ green 161 ◦ blue 19

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

Shades of Dark Tangerine #FEA113

Tints of Dark Tangerine #FEA113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.38%

R = 58.53%
G = 37.1%
B = 4.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FEA113 (or 0xFEA113) is known color: Dark Tangerine. HEX triplet: FE, A1 and 13. RGB value is (254,161,19). Sum of RGB (Red+Green+Blue) = 254+161+19=434 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.53% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 19 (7.81% from 255 or 4.38% from 434); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA113 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA113 is #015EEC. Grayscale: #ADADAD. Windows color (decimal): -89837 or 1286654. OLE color: 1286654.

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

Color convert

RGB 254 161 19 -
CMYK 0 0.37 0.93 0.00
HSL 36.26º 0.99% 0.54% -
HSV(B) 36.26º 0.93% 1% -
XYZ 53.74 46.61 6.78 -
YUV 172.62 41.31 186.05 -
System Red Green Blue C M Y K H S L
Decimal 254 161 19 0 0.37 0.93 0.00 36.26 0.99 0.54
Hex FE A1 13 0 25 5D 0 24 63 36
Octal 376 241 23 0 45 135 0 44 143 66
Binary 11111110 10100001 10011 0 100101 1011101 0 100100 1100011 110110

Color Harmonies of #FEA113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA113

Black with #FEA113

Text Example


Text Example

White with #FEA113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA113; }

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

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

background-color css

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

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

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

border-color css

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

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

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