#FEAE23

Color #FEAE23 Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #FEAE23

Tints of Dark Tangerine #FEAE23

Color information

#FEAE23 (or 0xFEAE23) is unknown color: approx Dark Tangerine. HEX triplet: FE, AE and 23. RGB value is (254,174,35). Sum of RGB (Red+Green+Blue) = 254+174+35=463 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.86% from 463); Green value is 174 (68.36% from 255 or 37.58% from 463); Blue value is 35 (14.06% from 255 or 7.56% from 463); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAE23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAE23 is #0151DC. Grayscale: #B6B6B6. Windows color (decimal): -86493 or 2338558. OLE color: 2338558.

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

Color convert

RGB25417435-
CMYK00.310.860.00
HSL38.08º99.1%56.67%-
HSV(B)38.08º86.22%99.61%-
XYZ56.3151.468.56-
YUV182.0745179.3-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.86%
GREEN value IS 174 (68.36% from 255) = 37.58%
BLUE value IS 35 (14.06% from 255) = 7.56%
R=54.86%
G=37.58%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.86
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541743500.310.860.0038.0899.156.67
HexFEAE2301F560266339
Octal3762564303712604614371
Binary1111111010101110100011011111101011001001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAE23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAE23; }

 p { color: rgb(254,174,35); }

 H1.HeaderClassName
 {
   color: #FEAE23;
 }
 .AnyTagClassName
 {
   color: #FEAE23;
 }
</style>
background-color css

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

 a { background-color: rgb(254,174,35); }

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

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

 span { border-color: rgb(254,174,35); }

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