#FFAE14

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

Shades of Dark Tangerine #FFAE14

Tints of Dark Tangerine #FFAE14

Color information

#FFAE14 (or 0xFFAE14) is unknown color: approx Dark Tangerine. HEX triplet: FF, AE and 14. RGB value is (255,174,20). Sum of RGB (Red+Green+Blue) = 255+174+20=449 (59% of max value = 765). Red value is 255 (100% from 255 or 56.79% from 449); Green value is 174 (68.36% from 255 or 38.75% from 449); Blue value is 20 (8.20% from 255 or 4.45% from 449); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAE14 is #0051EB. Grayscale: #B5B5B5. Windows color (decimal): -20972 or 1355519. OLE color: 1355519.

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

Color convert

RGB25517420-
CMYK00.320.920
HSL39.32º100%53.92%-
HSV(B)39.32º92.16%100%-
XYZ56.551.587.64-
YUV180.6637.34181.02-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.79%
GREEN value IS 174 (68.36% from 255) = 38.75%
BLUE value IS 20 (8.20% from 255) = 4.45%
R=56.79%
G=38.75%
B=4.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551742000.320.92039.3210053.92
HexFFAE140205C0276436
Octal3772562404013404714466
Binary1111111110101110101000100000101110001001111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE14; }

 p { color: rgb(255,174,20); }

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

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

 a { background-color: rgb(255,174,20); }

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

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

 span { border-color: rgb(255,174,20); }

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