#FAB16A

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

Shades of Rajah #FAB16A

Tints of Rajah #FAB16A

Color information

#FAB16A (or 0xFAB16A) is unknown color: approx Rajah. HEX triplet: FA, B1 and 6A. RGB value is (250,177,106). Sum of RGB (Red+Green+Blue) = 250+177+106=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB16A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAB16A is #054E95. Grayscale: #BFBFBF. Windows color (decimal): -347798 or 6992378. OLE color: 6992378.

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

Color convert

RGB250177106-
CMYK00.290.580.02
HSL29.58º93.51%69.8%-
HSV(B)29.58º57.6%98.04%-
XYZ57.7552.8120.79-
YUV190.7380.18170.27-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 46.90%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=46.90%
G=33.21%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017710600.290.580.0229.5893.5169.8
HexFAB16A01D3A21e5e46
Octal37226115203572236136106
Binary11111010101100011101010011101111010101111010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAB16A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAB16A; }

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

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

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

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

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

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

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

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