#FBB764

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

Shades of Rajah #FBB764

Tints of Rajah #FBB764

Color information

#FBB764 (or 0xFBB764) is unknown color: approx Rajah. HEX triplet: FB, B7 and 64. RGB value is (251,183,100). Sum of RGB (Red+Green+Blue) = 251+183+100=534 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.00% from 534); Green value is 183 (71.88% from 255 or 34.27% from 534); Blue value is 100 (39.45% from 255 or 18.73% from 534); Max value from RGB is 251 - color contains mainly: red. Hex color #FBB764 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBB764 is #04489B. Grayscale: #C2C2C2. Windows color (decimal): -280732 or 6600699. OLE color: 6600699.

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

Color convert

RGB251183100-
CMYK00.270.600.02
HSL32.98º94.97%68.82%-
HSV(B)32.98º60.16%98.43%-
XYZ59.0255.319.62-
YUV193.8775.03168.75-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 47.00%
GREEN value IS 183 (71.88% from 255) = 34.27%
BLUE value IS 100 (39.45% from 255) = 18.73%
R=47.00%
G=34.27%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118310000.270.600.0232.9894.9768.82
HexFBB76401B3C2215f45
Octal37326714403374241137105
Binary111110111011011111001000110111111001010000110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBB764; }

 p { color: rgb(251,183,100); }

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

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

 a { background-color: rgb(251,183,100); }

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

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

 span { border-color: rgb(251,183,100); }

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