#FAB96A

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

Shades of Rajah #FAB96A

Tints of Rajah #FAB96A

Color information

#FAB96A (or 0xFAB96A) is unknown color: approx Rajah. HEX triplet: FA, B9 and 6A. RGB value is (250,185,106). Sum of RGB (Red+Green+Blue) = 250+185+106=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 106 (41.80% from 255 or 19.59% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB96A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB96A is #054695. Grayscale: #C3C3C3. Windows color (decimal): -345750 or 6994426. OLE color: 6994426.

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

Color convert

RGB250185106-
CMYK00.260.580.02
HSL32.92º93.51%69.8%-
HSV(B)32.92º57.6%98.04%-
XYZ59.3756.0621.33-
YUV195.4377.53166.92-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.21%
GREEN value IS 185 (72.66% from 255) = 34.20%
BLUE value IS 106 (41.80% from 255) = 19.59%
R=46.21%
G=34.20%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25018510600.260.580.0232.9293.5169.8
HexFAB96A01A3A2215e46
Octal37227115203272241136106
Binary111110101011100111010100110101110101010000110111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB96A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB96A; }

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

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

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

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

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

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

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

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