#FEAA66

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

Shades of Rajah #FEAA66

Tints of Rajah #FEAA66

Color information

#FEAA66 (or 0xFEAA66) is unknown color: approx Rajah. HEX triplet: FE, AA and 66. RGB value is (254,170,102). Sum of RGB (Red+Green+Blue) = 254+170+102=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAA66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEAA66 is #015599. Grayscale: #BBBBBB. Windows color (decimal): -87450 or 6728446. OLE color: 6728446.

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

Color convert

RGB254170102-
CMYK00.330.600.00
HSL26.84º98.7%69.8%-
HSV(B)26.84º59.84%99.61%-
XYZ57.6550.7819.33-
YUV187.3679.83175.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.29%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=48.29%
G=32.32%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.60
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417010200.330.600.0026.8498.769.8
HexFEAA660213C01b6346
Octal37625214604174033143106
Binary11111110101010101100110010000111110001101111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAA66; }

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

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

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

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

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

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

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

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