#FEAD23

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

Shades of Dark Tangerine #FEAD23

Tints of Dark Tangerine #FEAD23

Color information

#FEAD23 (or 0xFEAD23) is unknown color: approx Dark Tangerine. HEX triplet: FE, AD and 23. RGB value is (254,173,35). Sum of RGB (Red+Green+Blue) = 254+173+35=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 35 (14.06% from 255 or 7.58% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAD23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAD23 is #0152DC. Grayscale: #B6B6B6. Windows color (decimal): -86749 or 2338302. OLE color: 2338302.

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

Color convert

RGB25417335-
CMYK00.320.860.00
HSL37.81º99.1%56.67%-
HSV(B)37.81º86.22%99.61%-
XYZ56.1251.088.49-
YUV181.4945.34179.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.98%
GREEN value IS 173 (67.97% from 255) = 37.45%
BLUE value IS 35 (14.06% from 255) = 7.58%
R=54.98%
G=37.45%
B=7.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.86
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541733500.320.860.0037.8199.156.67
HexFEAD23020560266339
Octal3762554304012604614371
Binary11111110101011011000110100000101011001001101100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAD23; }

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

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

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

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

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

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

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

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