Html Css Color HEX #FEA115 Dark Tangerine

📋 copy color: '#FEA115'

red 254 ◦ green 161 ◦ blue 21

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

Shades of Dark Tangerine #FEA115

Tints of Dark Tangerine #FEA115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 4.82%

R = 58.26%
G = 36.93%
B = 4.82%

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

#FEA115 (or 0xFEA115) is known color: Dark Tangerine. HEX triplet: FE, A1 and 15. RGB value is (254,161,21). Sum of RGB (Red+Green+Blue) = 254+161+21=436 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.26% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 21 (8.59% from 255 or 4.82% from 436); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA115 is #015EEA. Grayscale: #ADADAD. Windows color (decimal): -89835 or 1417726. OLE color: 1417726.

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

Color convert

RGB 254 161 21 -
CMYK 0 0.37 0.92 0.00
HSL 36.05º 0.99% 0.54% -
HSV(B) 36.05º 0.92% 1% -
XYZ 53.75 46.61 6.87 -
YUV 172.85 42.31 185.88 -
System Red Green Blue C M Y K H S L
Decimal 254 161 21 0 0.37 0.92 0.00 36.05 0.99 0.54
Hex FE A1 15 0 25 5C 0 24 63 36
Octal 376 241 25 0 45 134 0 44 143 66
Binary 11111110 10100001 10101 0 100101 1011100 0 100100 1100011 110110

Color Harmonies of #FEA115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA115

Black with #FEA115

Text Example


Text Example

White with #FEA115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA115; }

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

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

background-color css

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

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

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

border-color css

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

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

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