#FAAB5D

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

Shades of Rajah #FAAB5D

Tints of Rajah #FAAB5D

Color information

#FAAB5D (or 0xFAAB5D) is unknown color: approx Rajah. HEX triplet: FA, AB and 5D. RGB value is (250,171,93). Sum of RGB (Red+Green+Blue) = 250+171+93=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 171 (67.19% from 255 or 33.27% from 514); Blue value is 93 (36.72% from 255 or 18.09% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAAB5D is #0554A2. Grayscale: #BABABA. Windows color (decimal): -349347 or 6138874. OLE color: 6138874.

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

Color convert

RGB25017193-
CMYK00.320.630.02
HSL29.81º94.01%67.25%-
HSV(B)29.81º62.8%98.04%-
XYZ55.9650.2417.1-
YUV185.7375.67173.84-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 48.64%
GREEN value IS 171 (67.19% from 255) = 33.27%
BLUE value IS 93 (36.72% from 255) = 18.09%
R=48.64%
G=33.27%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501719300.320.630.0229.8194.0167.25
HexFAAB5D0203F21e5e43
Octal37225313504077236136103
Binary111110101010101110111010100000111111101111010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB5D; }

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

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

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

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

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

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

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

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