#FFAE1C

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

Shades of Dark Tangerine #FFAE1C

Tints of Dark Tangerine #FFAE1C

Color information

#FFAE1C (or 0xFFAE1C) is unknown color: approx Dark Tangerine. HEX triplet: FF, AE and 1C. RGB value is (255,174,28). Sum of RGB (Red+Green+Blue) = 255+174+28=457 (60% of max value = 765). Red value is 255 (100% from 255 or 55.80% from 457); Green value is 174 (68.36% from 255 or 38.07% from 457); Blue value is 28 (11.33% from 255 or 6.13% from 457); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE1C is #0051E3. Grayscale: #B6B6B6. Windows color (decimal): -20964 or 1879807. OLE color: 1879807.

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

Color convert

RGB25517428-
CMYK00.320.890
HSL38.59º100%55.49%-
HSV(B)38.59º89.02%100%-
XYZ56.5951.628.08-
YUV181.5841.34180.37-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.80%
GREEN value IS 174 (68.36% from 255) = 38.07%
BLUE value IS 28 (11.33% from 255) = 6.13%
R=55.80%
G=38.07%
B=6.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551742800.320.89038.5910055.49
HexFFAE1C020590276437
Octal3772563404013104714467
Binary1111111110101110111000100000101100101001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE1C; }

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

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

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

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

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

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

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

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