#FEAA64

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

Shades of Rajah #FEAA64

Tints of Rajah #FEAA64

Color information

#FEAA64 (or 0xFEAA64) is unknown color: approx Rajah. HEX triplet: FE, AA and 64. RGB value is (254,170,100). Sum of RGB (Red+Green+Blue) = 254+170+100=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 170 (66.80% from 255 or 32.44% from 524); Blue value is 100 (39.45% from 255 or 19.08% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA64 is #01559B. Grayscale: #BBBBBB. Windows color (decimal): -87452 or 6597374. OLE color: 6597374.

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

Color convert

RGB254170100-
CMYK00.330.610.00
HSL27.27º98.72%69.41%-
HSV(B)27.27º60.63%99.61%-
XYZ57.5550.7418.82-
YUV187.1478.83175.69-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.47%
GREEN value IS 170 (66.80% from 255) = 32.44%
BLUE value IS 100 (39.45% from 255) = 19.08%
R=48.47%
G=32.44%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417010000.330.610.0027.2798.7269.41
HexFEAA640213D01b6345
Octal37625214404175033143105
Binary11111110101010101100100010000111110101101111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA64; }

 p { color: rgb(254,170,100); }

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

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

 a { background-color: rgb(254,170,100); }

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

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

 span { border-color: rgb(254,170,100); }

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