#FBB06A

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

Shades of Rajah #FBB06A

Tints of Rajah #FBB06A

Color information

#FBB06A (or 0xFBB06A) is unknown color: approx Rajah. HEX triplet: FB, B0 and 6A. RGB value is (251,176,106). Sum of RGB (Red+Green+Blue) = 251+176+106=533 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.09% from 533); Green value is 176 (69.14% from 255 or 33.02% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB06A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FBB06A is #044F95. Grayscale: #BEBEBE. Windows color (decimal): -282518 or 6992123. OLE color: 6992123.

HSL color Cylindrical-coordinate representation of color #FBB06A: hue angle of 28.97º degrees, saturation: 0.95, 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 #FBB06A is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.02.

Color convert

RGB251176106-
CMYK00.300.580.02
HSL28.97º94.77%70%-
HSV(B)28.97º57.77%98.43%-
XYZ57.9152.620.74-
YUV190.4480.35171.19-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.09%
GREEN value IS 176 (69.14% from 255) = 33.02%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=47.09%
G=33.02%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25117610600.300.580.0228.9794.7770
HexFBB06A01E3A21d5f46
Octal37326015203672235137106
Binary11111011101100001101010011110111010101110110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB06A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB06A; }

 p { color: rgb(251,176,106); }

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

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

 a { background-color: rgb(251,176,106); }

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

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

 span { border-color: rgb(251,176,106); }

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