#FAB165

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

Shades of Rajah #FAB165

Tints of Rajah #FAB165

Color information

#FAB165 (or 0xFAB165) is unknown color: approx Rajah. HEX triplet: FA, B1 and 65. RGB value is (250,177,101). Sum of RGB (Red+Green+Blue) = 250+177+101=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 177 (69.53% from 255 or 33.52% from 528); Blue value is 101 (39.84% from 255 or 19.13% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB165 is #054E9A. Grayscale: #BEBEBE. Windows color (decimal): -347803 or 6664698. OLE color: 6664698.

HSL color Cylindrical-coordinate representation of color #FAB165: hue angle of 30.6º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAB165 is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB250177101-
CMYK00.290.600.02
HSL30.6º93.71%68.82%-
HSV(B)30.6º59.6%98.04%-
XYZ57.552.7119.46-
YUV190.1677.68170.68-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 47.35%
GREEN value IS 177 (69.53% from 255) = 33.52%
BLUE value IS 101 (39.84% from 255) = 19.13%
R=47.35%
G=33.52%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017710100.290.600.0230.693.7168.82
HexFAB16501D3C21f5e45
Octal37226114503574237136105
Binary11111010101100011100101011101111100101111110111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB165; }

 p { color: rgb(250,177,101); }

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

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

 a { background-color: rgb(250,177,101); }

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

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

 span { border-color: rgb(250,177,101); }

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