#ffae3d

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

Shades of Yellow Orange #FFAE3D

Tints of Yellow Orange #FFAE3D

Color information

#FFAE3D (or 0xFFAE3D) is unknown color: approx Yellow Orange. HEX triplet: FF, AE and 3D. RGB value is (255,174,61). Sum of RGB (Red+Green+Blue) = 255+174+61=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 61 (24.22% from 255 or 12.45% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE3D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE3D is #0051C2. Grayscale: #B9B9B9. Windows color (decimal): -20931 or 4042495. OLE color: 4042495.

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

Color convert

RGB25517461-
CMYK00.320.760
HSL34.95º100%61.96%-
HSV(B)34.95º76.08%100%-
XYZ57.2251.8711.41-
YUV185.3457.84177.69-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.04%
GREEN value IS 174 (68.36% from 255) = 35.51%
BLUE value IS 61 (24.22% from 255) = 12.45%
R=52.04%
G=35.51%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551746100.320.76034.9510061.96
HexFFAE3D0204C023643e
Octal3772567504011404314476
Binary11111111101011101111010100000100110001000111100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffae3d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffae3d; }

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

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

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

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

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

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

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

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