#ffae3c

Color #FFAE3C Yellow Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Orange #FFAE3C

Tints of Yellow Orange #FFAE3C

Color information

#FFAE3C (or 0xFFAE3C) is unknown color: approx Yellow Orange. HEX triplet: FF, AE and 3C. RGB value is (255,174,60). Sum of RGB (Red+Green+Blue) = 255+174+60=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 60 (23.83% from 255 or 12.27% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE3C is #0051C3. Grayscale: #B9B9B9. Windows color (decimal): -20932 or 3976959. OLE color: 3976959.

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

Color convert

RGB25517460-
CMYK00.320.760
HSL35.08º100%61.76%-
HSV(B)35.08º76.47%100%-
XYZ57.1951.8611.27-
YUV185.2257.34177.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.15%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 60 (23.83% from 255) = 12.27%
R=52.15%
G=35.58%
B=12.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551746000.320.76035.0810061.76
HexFFAE3C0204C023643e
Octal3772567404011404314476
Binary11111111101011101111000100000100110001000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffae3c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffae3c; }

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

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

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

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

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

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

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

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