#FAB660

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

Shades of Rajah #FAB660

Tints of Rajah #FAB660

Color information

#FAB660 (or 0xFAB660) is unknown color: approx Rajah. HEX triplet: FA, B6 and 60. RGB value is (250,182,96). Sum of RGB (Red+Green+Blue) = 250+182+96=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 182 (71.48% from 255 or 34.47% from 528); Blue value is 96 (37.89% from 255 or 18.18% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB660 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB660 is #05499F. Grayscale: #C0C0C0. Windows color (decimal): -346528 or 6338298. OLE color: 6338298.

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

Color convert

RGB25018296-
CMYK00.270.620.02
HSL33.51º93.9%67.84%-
HSV(B)33.51º61.6%98.04%-
XYZ58.2654.6218.54-
YUV192.5373.53168.99-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 182 (71.48% from 255) = 34.47%
BLUE value IS 96 (37.89% from 255) = 18.18%
R=47.35%
G=34.47%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501829600.270.620.0233.5193.967.84
HexFAB66001B3E2225e44
Octal37226614003376242136104
Binary111110101011011011000000110111111101010001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB660; }

 p { color: rgb(250,182,96); }

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

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

 a { background-color: rgb(250,182,96); }

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

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

 span { border-color: rgb(250,182,96); }

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