#FFAE21

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

Shades of Dark Tangerine #FFAE21

Tints of Dark Tangerine #FFAE21

Color information

#FFAE21 (or 0xFFAE21) is unknown color: approx Dark Tangerine. HEX triplet: FF, AE and 21. RGB value is (255,174,33). Sum of RGB (Red+Green+Blue) = 255+174+33=462 (61% of max value = 765). Red value is 255 (100% from 255 or 55.19% from 462); Green value is 174 (68.36% from 255 or 37.66% from 462); Blue value is 33 (13.28% from 255 or 7.14% from 462); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE21 is #0051DE. Grayscale: #B6B6B6. Windows color (decimal): -20959 or 2207487. OLE color: 2207487.

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

Color convert

RGB25517433-
CMYK00.320.870
HSL38.11º100%56.47%-
HSV(B)38.11º87.06%100%-
XYZ56.6551.648.42-
YUV182.1443.84179.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.19%
GREEN value IS 174 (68.36% from 255) = 37.66%
BLUE value IS 33 (13.28% from 255) = 7.14%
R=55.19%
G=37.66%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551743300.320.87038.1110056.47
HexFFAE21020570266438
Octal3772564104012704614470
Binary11111111101011101000010100000101011101001101100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE21; }

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

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

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

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

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

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

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

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