#FFAA5E

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

Shades of Rajah #FFAA5E

Tints of Rajah #FFAA5E

Color information

#FFAA5E (or 0xFFAA5E) is unknown color: approx Rajah. HEX triplet: FF, AA and 5E. RGB value is (255,170,94). Sum of RGB (Red+Green+Blue) = 255+170+94=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 94 (37.11% from 255 or 18.11% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAA5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAA5E is #0055A1. Grayscale: #BBBBBB. Windows color (decimal): -21922 or 6204159. OLE color: 6204159.

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

Color convert

RGB25517094-
CMYK00.330.630
HSL28.32º100%68.43%-
HSV(B)28.32º63.14%100%-
XYZ57.6450.8217.36-
YUV186.7575.66176.68-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.13%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 94 (37.11% from 255) = 18.11%
R=49.13%
G=32.76%
B=18.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551709400.330.63028.3210068.43
HexFFAA5E0213F01c6444
Octal37725213604177034144104
Binary11111111101010101011110010000111111101110011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAA5E; }

 p { color: rgb(255,170,94); }

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

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

 a { background-color: rgb(255,170,94); }

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

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

 span { border-color: rgb(255,170,94); }

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