#FEA966

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

Shades of Rajah #FEA966

Tints of Rajah #FEA966

Color information

#FEA966 (or 0xFEA966) is unknown color: approx Rajah. HEX triplet: FE, A9 and 66. RGB value is (254,169,102). Sum of RGB (Red+Green+Blue) = 254+169+102=525 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.38% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA966 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FEA966 is #015699. Grayscale: #BBBBBB. Windows color (decimal): -87706 or 6728190. OLE color: 6728190.

HSL color Cylindrical-coordinate representation of color #FEA966: hue angle of 26.45º 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 #FEA966 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.00.

Color convert

RGB254169102-
CMYK00.330.600.00
HSL26.45º98.7%69.8%-
HSV(B)26.45º59.84%99.61%-
XYZ57.4650.4119.27-
YUV186.7880.16175.95-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.38%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=48.38%
G=32.19%
B=19.43%

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
Decimal25416910200.330.600.0026.4598.769.8
HexFEA9660213C01a6346
Octal37625114604174032143106
Binary11111110101010011100110010000111110001101011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA966; }

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

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

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

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

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

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

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

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