#FAB961

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

Shades of Rajah #FAB961

Tints of Rajah #FAB961

Color information

#FAB961 (or 0xFAB961) is unknown color: approx Rajah. HEX triplet: FA, B9 and 61. RGB value is (250,185,97). Sum of RGB (Red+Green+Blue) = 250+185+97=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 185 (72.66% from 255 or 34.77% from 532); Blue value is 97 (38.28% from 255 or 18.23% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB961 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB961 is #05469E. Grayscale: #C2C2C2. Windows color (decimal): -345759 or 6404602. OLE color: 6404602.

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

Color convert

RGB25018597-
CMYK00.260.610.02
HSL34.51º93.87%68.04%-
HSV(B)34.51º61.2%98.04%-
XYZ58.9355.8818.99-
YUV194.473.03167.66-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 185 (72.66% from 255) = 34.77%
BLUE value IS 97 (38.28% from 255) = 18.23%
R=46.99%
G=34.77%
B=18.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501859700.260.610.0234.5193.8768.04
HexFAB96101A3D2235e44
Octal37227114103275243136104
Binary111110101011100111000010110101111011010001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB961; }

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

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

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

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

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

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

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

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