#FAB861

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

Shades of Rajah #FAB861

Tints of Rajah #FAB861

Color information

#FAB861 (or 0xFAB861) is unknown color: approx Rajah. HEX triplet: FA, B8 and 61. RGB value is (250,184,97). Sum of RGB (Red+Green+Blue) = 250+184+97=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 184 (72.27% from 255 or 34.65% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB861 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB861 is #05479E. Grayscale: #C2C2C2. Windows color (decimal): -346015 or 6404346. OLE color: 6404346.

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

Color convert

RGB25018497-
CMYK00.260.610.02
HSL34.12º93.87%68.04%-
HSV(B)34.12º61.2%98.04%-
XYZ58.7255.4718.92-
YUV193.8273.37168.07-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.08%
GREEN value IS 184 (72.27% from 255) = 34.65%
BLUE value IS 97 (38.28% from 255) = 18.27%
R=47.08%
G=34.65%
B=18.27%

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
Decimal2501849700.260.610.0234.1293.8768.04
HexFAB86101A3D2225e44
Octal37227014103275242136104
Binary111110101011100011000010110101111011010001010111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB861; }

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

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

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

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

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

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

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

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