#FAAA61

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

Shades of Rajah #FAAA61

Tints of Rajah #FAAA61

Color information

#FAAA61 (or 0xFAAA61) is unknown color: approx Rajah. HEX triplet: FA, AA and 61. RGB value is (250,170,97). Sum of RGB (Red+Green+Blue) = 250+170+97=517 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.36% from 517); Green value is 170 (66.80% from 255 or 32.88% from 517); Blue value is 97 (38.28% from 255 or 18.76% from 517); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAA61 is #05559E. Grayscale: #B9B9B9. Windows color (decimal): -349599 or 6400762. OLE color: 6400762.

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

Color convert

RGB25017097-
CMYK00.320.610.02
HSL28.63º93.87%68.04%-
HSV(B)28.63º61.2%98.04%-
XYZ55.9649.9418-
YUV185.678173.94-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.36%
GREEN value IS 170 (66.80% from 255) = 32.88%
BLUE value IS 97 (38.28% from 255) = 18.76%
R=48.36%
G=32.88%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501709700.320.610.0228.6393.8768.04
HexFAAA610203D21d5e44
Octal37225214104075235136104
Binary111110101010101011000010100000111101101110110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA61; }

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

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

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

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

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

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

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

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