#FCBA64

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

Shades of Rajah #FCBA64

Tints of Rajah #FCBA64

Color information

#FCBA64 (or 0xFCBA64) is unknown color: approx Rajah. HEX triplet: FC, BA and 64. RGB value is (252,186,100). Sum of RGB (Red+Green+Blue) = 252+186+100=538 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.84% from 538); Green value is 186 (73.05% from 255 or 34.57% from 538); Blue value is 100 (39.45% from 255 or 18.59% from 538); Max value from RGB is 252 - color contains mainly: red. Hex color #FCBA64 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCBA64 is #03459B. Grayscale: #C4C4C4. Windows color (decimal): -214428 or 6601468. OLE color: 6601468.

HSL color Cylindrical-coordinate representation of color #FCBA64: hue angle of 33.95º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FCBA64 is Cyan = 0, Magento = 0.26, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB252186100-
CMYK00.260.600.01
HSL33.95º96.2%69.02%-
HSV(B)33.95º60.32%98.82%-
XYZ6056.7319.84-
YUV195.9373.87167.99-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.84%
GREEN value IS 186 (73.05% from 255) = 34.57%
BLUE value IS 100 (39.45% from 255) = 18.59%
R=46.84%
G=34.57%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218610000.260.600.0133.9596.269.02
HexFCBA6401A3C1226045
Octal37427214403274142140105
Binary11111100101110101100100011010111100110001011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCBA64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCBA64; }

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

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

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

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

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

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

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

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