#FAB960

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

Shades of Rajah #FAB960

Tints of Rajah #FAB960

Color information

#FAB960 (or 0xFAB960) is unknown color: approx Rajah. HEX triplet: FA, B9 and 60. RGB value is (250,185,96). Sum of RGB (Red+Green+Blue) = 250+185+96=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 185 (72.66% from 255 or 34.84% from 531); Blue value is 96 (37.89% from 255 or 18.08% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB960 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB960 is #05469F. Grayscale: #C2C2C2. Windows color (decimal): -345760 or 6339066. OLE color: 6339066.

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

Color convert

RGB25018596-
CMYK00.260.620.02
HSL34.68º93.9%67.84%-
HSV(B)34.68º61.6%98.04%-
XYZ58.8855.8718.75-
YUV194.2972.53167.74-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 185 (72.66% from 255) = 34.84%
BLUE value IS 96 (37.89% from 255) = 18.08%
R=47.08%
G=34.84%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501859600.260.620.0234.6893.967.84
HexFAB96001A3E2235e44
Octal37227114003276243136104
Binary111110101011100111000000110101111101010001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB960; }

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

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

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

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

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

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

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

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