#FAA963

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

Shades of Rajah #FAA963

Tints of Rajah #FAA963

Color information

#FAA963 (or 0xFAA963) is unknown color: approx Rajah. HEX triplet: FA, A9 and 63. RGB value is (250,169,99). Sum of RGB (Red+Green+Blue) = 250+169+99=518 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.26% from 518); Green value is 169 (66.41% from 255 or 32.63% from 518); Blue value is 99 (39.06% from 255 or 19.11% from 518); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA963 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA963 is #05569C. Grayscale: #B9B9B9. Windows color (decimal): -349853 or 6531578. OLE color: 6531578.

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

Color convert

RGB25016999-
CMYK00.320.600.02
HSL27.81º93.79%68.43%-
HSV(B)27.81º60.4%98.04%-
XYZ55.8649.618.43-
YUV185.2479.34174.19-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.26%
GREEN value IS 169 (66.41% from 255) = 32.63%
BLUE value IS 99 (39.06% from 255) = 19.11%
R=48.26%
G=32.63%
B=19.11%

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
Decimal2501699900.320.600.0227.8193.7968.43
HexFAA9630203C21c5e44
Octal37225114304074234136104
Binary111110101010100111000110100000111100101110010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA963; }

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

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

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

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

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

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

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

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