#FFAE45

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

Shades of My Sin #FFAE45

Tints of My Sin #FFAE45

Color information

#FFAE45 (or 0xFFAE45) is unknown color: approx My Sin. HEX triplet: FF, AE and 45. RGB value is (255,174,69). Sum of RGB (Red+Green+Blue) = 255+174+69=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 174 (68.36% from 255 or 34.94% from 498); Blue value is 69 (27.34% from 255 or 13.86% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE45 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAE45 is #0051BA. Grayscale: #BABABA. Windows color (decimal): -20923 or 4566783. OLE color: 4566783.

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

Color convert

RGB25517469-
CMYK00.320.730
HSL33.87º100%63.53%-
HSV(B)33.87º72.94%100%-
XYZ57.4551.9612.63-
YUV186.2561.84177.04-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.20%
GREEN value IS 174 (68.36% from 255) = 34.94%
BLUE value IS 69 (27.34% from 255) = 13.86%
R=51.20%
G=34.94%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.73
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551746900.320.73033.8710063.53
HexFFAE45020490226440
Octal377256105040111042144100
Binary1111111110101110100010101000001001001010001011001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE45; }

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

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

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

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

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

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

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

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