#FAB86A

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

Shades of Rajah #FAB86A

Tints of Rajah #FAB86A

Color information

#FAB86A (or 0xFAB86A) is unknown color: approx Rajah. HEX triplet: FA, B8 and 6A. RGB value is (250,184,106). Sum of RGB (Red+Green+Blue) = 250+184+106=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 106 (41.80% from 255 or 19.63% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB86A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB86A is #054795. Grayscale: #C3C3C3. Windows color (decimal): -346006 or 6994170. OLE color: 6994170.

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

Color convert

RGB250184106-
CMYK00.260.580.02
HSL32.5º93.51%69.8%-
HSV(B)32.5º57.6%98.04%-
XYZ59.1755.6521.26-
YUV194.8477.87167.34-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.30%
GREEN value IS 184 (72.27% from 255) = 34.07%
BLUE value IS 106 (41.80% from 255) = 19.63%
R=46.30%
G=34.07%
B=19.63%

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
Decimal25018410600.260.580.0232.593.5169.8
HexFAB86A01A3A2205e46
Octal37227015203272240136106
Binary111110101011100011010100110101110101010000010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB86A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB86A; }

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

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

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

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

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

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

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

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