#FABA60

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

Shades of Rajah #FABA60

Tints of Rajah #FABA60

Color information

#FABA60 (or 0xFABA60) is unknown color: approx Rajah. HEX triplet: FA, BA and 60. RGB value is (250,186,96). Sum of RGB (Red+Green+Blue) = 250+186+96=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 186 (73.05% from 255 or 34.96% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FABA60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABA60 is #05459F. Grayscale: #C3C3C3. Windows color (decimal): -345504 or 6339322. OLE color: 6339322.

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

Color convert

RGB25018696-
CMYK00.260.620.02
HSL35.06º93.9%67.84%-
HSV(B)35.06º61.6%98.04%-
XYZ59.0956.2918.82-
YUV194.8872.2167.32-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.99%
GREEN value IS 186 (73.05% from 255) = 34.96%
BLUE value IS 96 (37.89% from 255) = 18.05%
R=46.99%
G=34.96%
B=18.05%

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
Decimal2501869600.260.620.0235.0693.967.84
HexFABA6001A3E2235e44
Octal37227214003276243136104
Binary111110101011101011000000110101111101010001110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FABA60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FABA60; }

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

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

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

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

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

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

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

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