#FBAC68

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

Shades of Rajah #FBAC68

Tints of Rajah #FBAC68

Color information

#FBAC68 (or 0xFBAC68) is unknown color: approx Rajah. HEX triplet: FB, AC and 68. RGB value is (251,172,104). Sum of RGB (Red+Green+Blue) = 251+172+104=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 104 (41.02% from 255 or 19.73% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBAC68 is #045397. Grayscale: #BCBCBC. Windows color (decimal): -283544 or 6860027. OLE color: 6860027.

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

Color convert

RGB251172104-
CMYK00.310.590.02
HSL27.76º94.84%69.61%-
HSV(B)27.76º58.57%98.43%-
XYZ57.0351.0119.94-
YUV187.8780.67173.03-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.63%
GREEN value IS 172 (67.58% from 255) = 32.64%
BLUE value IS 104 (41.02% from 255) = 19.73%
R=47.63%
G=32.64%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117210400.310.590.0227.7694.8469.61
HexFBAC6801F3B21c5f46
Octal37325415003773234137106
Binary11111011101011001101000011111111011101110010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC68; }

 p { color: rgb(251,172,104); }

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

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

 a { background-color: rgb(251,172,104); }

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

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

 span { border-color: rgb(251,172,104); }

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