Html Css Color HEX #FEA017 Dark Tangerine

📋 copy color: '#FEA017'

red 254 ◦ green 160 ◦ blue 23

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

Shades of Dark Tangerine #FEA017

Tints of Dark Tangerine #FEA017

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.61%

 BLUE value IS 23 (9.38% from 255) = 5.26%

R = 58.12%
G = 36.61%
B = 5.26%

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

#FEA017 (or 0xFEA017) is known color: Dark Tangerine. HEX triplet: FE, A0 and 17. RGB value is (254,160,23). Sum of RGB (Red+Green+Blue) = 254+160+23=437 (57% of max value = 765). Red value is 254 (99.61% from 255 or 58.12% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 23 (9.38% from 255 or 5.26% from 437); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA017 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA017 is #015FE8. Grayscale: #ADADAD. Windows color (decimal): -90089 or 1548542. OLE color: 1548542.

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

Color convert

RGB 254 160 23 -
CMYK 0 0.37 0.91 0.00
HSL 35.58º 0.99% 0.54% -
HSV(B) 35.58º 0.91% 1% -
XYZ 53.6 46.27 6.92 -
YUV 172.49 43.64 186.14 -
System Red Green Blue C M Y K H S L
Decimal 254 160 23 0 0.37 0.91 0.00 35.58 0.99 0.54
Hex FE A0 17 0 25 5B 0 24 63 36
Octal 376 240 27 0 45 133 0 44 143 66
Binary 11111110 10100000 10111 0 100101 1011011 0 100100 1100011 110110

Color Harmonies of #FEA017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FEA017

Black with #FEA017

Text Example


Text Example

White with #FEA017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FEA017; }

 p { color: rgb(254,160,23); }

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

background-color css

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

 a { background-color: rgb(254,160,23); }

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

border-color css

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

 span { border-color: rgb(254,160,23); }

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