#FBBA64

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

Shades of Rajah #FBBA64

Tints of Rajah #FBBA64

Color information

#FBBA64 (or 0xFBBA64) is unknown color: approx Rajah. HEX triplet: FB, BA and 64. RGB value is (251,186,100). Sum of RGB (Red+Green+Blue) = 251+186+100=537 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.74% from 537); Green value is 186 (73.05% from 255 or 34.64% from 537); Blue value is 100 (39.45% from 255 or 18.62% from 537); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FBBA64 is #04459B. Grayscale: #C4C4C4. Windows color (decimal): -279964 or 6601467. OLE color: 6601467.

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

Color convert

RGB251186100-
CMYK00.260.600.02
HSL34.17º94.97%68.82%-
HSV(B)34.17º60.16%98.43%-
XYZ59.6456.5519.83-
YUV195.6374.03167.49-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 46.74%
GREEN value IS 186 (73.05% from 255) = 34.64%
BLUE value IS 100 (39.45% from 255) = 18.62%
R=46.74%
G=34.64%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25118610000.260.600.0234.1794.9768.82
HexFBBA6401A3C2225f45
Octal37327214403274242137105
Binary111110111011101011001000110101111001010001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBBA64; }

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

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

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

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

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

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

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

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