#FFAE61

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

Shades of Rajah #FFAE61

Tints of Rajah #FFAE61

Color information

#FFAE61 (or 0xFFAE61) is unknown color: approx Rajah. HEX triplet: FF, AE and 61. RGB value is (255,174,97). Sum of RGB (Red+Green+Blue) = 255+174+97=526 (69% of max value = 765). Red value is 255 (100% from 255 or 48.48% from 526); Green value is 174 (68.36% from 255 or 33.08% from 526); Blue value is 97 (38.28% from 255 or 18.44% from 526); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAE61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAE61 is #00519E. Grayscale: #BDBDBD. Windows color (decimal): -20895 or 6401791. OLE color: 6401791.

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

Color convert

RGB25517497-
CMYK00.320.620
HSL29.24º100%69.02%-
HSV(B)29.24º61.96%100%-
XYZ58.5352.418.34-
YUV189.4475.84174.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.48%
GREEN value IS 174 (68.36% from 255) = 33.08%
BLUE value IS 97 (38.28% from 255) = 18.44%
R=48.48%
G=33.08%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551749700.320.62029.2410069.02
HexFFAE610203E01d6445
Octal37725614104076035144105
Binary11111111101011101100001010000011111001110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAE61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAE61; }

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

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

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

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

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

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

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

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