#FFAE4A

Color #FFAE4A My Sin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Sin #FFAE4A

Tints of My Sin #FFAE4A

Color information

#FFAE4A (or 0xFFAE4A) is unknown color: approx My Sin. HEX triplet: FF, AE and 4A. RGB value is (255,174,74). Sum of RGB (Red+Green+Blue) = 255+174+74=503 (66% of max value = 765). Red value is 255 (100% from 255 or 50.70% from 503); Green value is 174 (68.36% from 255 or 34.59% from 503); Blue value is 74 (29.30% from 255 or 14.71% from 503); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE4A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE4A is #0051B5. Grayscale: #BBBBBB. Windows color (decimal): -20918 or 4894463. OLE color: 4894463.

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

Color convert

RGB25517474-
CMYK00.320.710
HSL33.15º100%64.51%-
HSV(B)33.15º70.98%100%-
XYZ57.6152.0313.48-
YUV186.8264.34176.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.70%
GREEN value IS 174 (68.36% from 255) = 34.59%
BLUE value IS 74 (29.30% from 255) = 14.71%
R=50.70%
G=34.59%
B=14.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551747400.320.71033.1510064.51
HexFFAE4A020470216441
Octal377256112040107041144101
Binary1111111110101110100101001000001000111010000111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE4A; }

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

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

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

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

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

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

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

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