#FBB168

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

Shades of Rajah #FBB168

Tints of Rajah #FBB168

Color information

#FBB168 (or 0xFBB168) is unknown color: approx Rajah. HEX triplet: FB, B1 and 68. RGB value is (251,177,104). Sum of RGB (Red+Green+Blue) = 251+177+104=532 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.18% from 532); Green value is 177 (69.53% from 255 or 33.27% from 532); Blue value is 104 (41.02% from 255 or 19.55% from 532); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB168 is #044E97. Grayscale: #BFBFBF. Windows color (decimal): -282264 or 6861307. OLE color: 6861307.

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

Color convert

RGB251177104-
CMYK00.290.590.02
HSL29.8º94.84%69.61%-
HSV(B)29.8º58.57%98.43%-
XYZ5852.9520.26-
YUV190.879.02170.94-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.18%
GREEN value IS 177 (69.53% from 255) = 33.27%
BLUE value IS 104 (41.02% from 255) = 19.55%
R=47.18%
G=33.27%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117710400.290.590.0229.894.8469.61
HexFBB16801D3B21e5f46
Octal37326115003573236137106
Binary11111011101100011101000011101111011101111010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB168; }

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

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

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

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

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

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

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

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