#FBBA66

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

Shades of Rajah #FBBA66

Tints of Rajah #FBBA66

Color information

#FBBA66 (or 0xFBBA66) is unknown color: approx Rajah. HEX triplet: FB, BA and 66. RGB value is (251,186,102). Sum of RGB (Red+Green+Blue) = 251+186+102=539 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.57% from 539); Green value is 186 (73.05% from 255 or 34.51% from 539); Blue value is 102 (40.23% from 255 or 18.92% from 539); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA66 is #044599. Grayscale: #C4C4C4. Windows color (decimal): -279962 or 6732539. OLE color: 6732539.

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

Color convert

RGB251186102-
CMYK00.260.590.02
HSL33.83º94.9%69.22%-
HSV(B)33.83º59.36%98.43%-
XYZ59.7456.5920.34-
YUV195.8675.03167.33-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.57%
GREEN value IS 186 (73.05% from 255) = 34.51%
BLUE value IS 102 (40.23% from 255) = 18.92%
R=46.57%
G=34.51%
B=18.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118610200.260.590.0233.8394.969.22
HexFBBA6601A3B2225f45
Octal37327214603273242137105
Binary111110111011101011001100110101110111010001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA66; }

 p { color: rgb(251,186,102); }

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

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

 a { background-color: rgb(251,186,102); }

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

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

 span { border-color: rgb(251,186,102); }

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