#FAAA63

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

Shades of Rajah #FAAA63

Tints of Rajah #FAAA63

Color information

#FAAA63 (or 0xFAAA63) is unknown color: approx Rajah. HEX triplet: FA, AA and 63. RGB value is (250,170,99). Sum of RGB (Red+Green+Blue) = 250+170+99=519 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.17% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 99 (39.06% from 255 or 19.08% from 519); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA63 is #05559C. Grayscale: #BABABA. Windows color (decimal): -349597 or 6531834. OLE color: 6531834.

HSL color Cylindrical-coordinate representation of color #FAAA63: hue angle of 28.21º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAAA63 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB25017099-
CMYK00.320.600.02
HSL28.21º93.79%68.43%-
HSV(B)28.21º60.4%98.04%-
XYZ56.0549.9718.5-
YUV185.8379173.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.17%
GREEN value IS 170 (66.80% from 255) = 32.76%
BLUE value IS 99 (39.06% from 255) = 19.08%
R=48.17%
G=32.76%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501709900.320.600.0228.2193.7968.43
HexFAAA630203C21c5e44
Octal37225214304074234136104
Binary111110101010101011000110100000111100101110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA63; }

 p { color: rgb(250,170,99); }

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

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

 a { background-color: rgb(250,170,99); }

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

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

 span { border-color: rgb(250,170,99); }

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