#FAAC6A

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

Shades of Rajah #FAAC6A

Tints of Rajah #FAAC6A

Color information

#FAAC6A (or 0xFAAC6A) is unknown color: approx Rajah. HEX triplet: FA, AC and 6A. RGB value is (250,172,106). Sum of RGB (Red+Green+Blue) = 250+172+106=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 172 (67.58% from 255 or 32.58% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAC6A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAC6A is #055395. Grayscale: #BCBCBC. Windows color (decimal): -349078 or 6991098. OLE color: 6991098.

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

Color convert

RGB250172106-
CMYK00.310.580.02
HSL27.5º93.51%69.8%-
HSV(B)27.5º57.6%98.04%-
XYZ56.7850.8720.46-
YUV187.881.84172.37-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 172 (67.58% from 255) = 32.58%
BLUE value IS 106 (41.80% from 255) = 20.08%
R=47.35%
G=32.58%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017210600.310.580.0227.593.5169.8
HexFAAC6A01F3A21c5e46
Octal37225415203772234136106
Binary11111010101011001101010011111111010101110010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAC6A; }

 p { color: rgb(250,172,106); }

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

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

 a { background-color: rgb(250,172,106); }

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

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

 span { border-color: rgb(250,172,106); }

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