#FBB56A

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

Shades of Rajah #FBB56A

Tints of Rajah #FBB56A

Color information

#FBB56A (or 0xFBB56A) is unknown color: approx Rajah. HEX triplet: FB, B5 and 6A. RGB value is (251,181,106). Sum of RGB (Red+Green+Blue) = 251+181+106=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 181 (71.09% from 255 or 33.64% from 538); Blue value is 106 (41.80% from 255 or 19.70% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB56A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB56A is #044A95. Grayscale: #C1C1C1. Windows color (decimal): -281238 or 6993403. OLE color: 6993403.

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

Color convert

RGB251181106-
CMYK00.280.580.02
HSL31.03º94.77%70%-
HSV(B)31.03º57.77%98.43%-
XYZ58.9154.621.07-
YUV193.3878.69169.1-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.65%
GREEN value IS 181 (71.09% from 255) = 33.64%
BLUE value IS 106 (41.80% from 255) = 19.70%
R=46.65%
G=33.64%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118110600.280.580.0231.0394.7770
HexFBB56A01C3A21f5f46
Octal37326515203472237137106
Binary11111011101101011101010011100111010101111110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB56A; }

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

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

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

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

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

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

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

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