#FAAB63

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

Shades of Rajah #FAAB63

Tints of Rajah #FAAB63

Color information

#FAAB63 (or 0xFAAB63) is unknown color: approx Rajah. HEX triplet: FA, AB and 63. RGB value is (250,171,99). Sum of RGB (Red+Green+Blue) = 250+171+99=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 171 (67.19% from 255 or 32.88% from 520); Blue value is 99 (39.06% from 255 or 19.04% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB63 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB63 is #05549C. Grayscale: #BABABA. Windows color (decimal): -349341 or 6532090. OLE color: 6532090.

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

Color convert

RGB25017199-
CMYK00.320.600.02
HSL28.61º93.79%68.43%-
HSV(B)28.61º60.4%98.04%-
XYZ56.2450.3518.56-
YUV186.4178.67173.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.08%
GREEN value IS 171 (67.19% from 255) = 32.88%
BLUE value IS 99 (39.06% from 255) = 19.04%
R=48.08%
G=32.88%
B=19.04%

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
Decimal2501719900.320.600.0228.6193.7968.43
HexFAAB630203C21d5e44
Octal37225314304074235136104
Binary111110101010101111000110100000111100101110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB63; }

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

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

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

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

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

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

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

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