#FCB164

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

Shades of Rajah #FCB164

Tints of Rajah #FCB164

Color information

#FCB164 (or 0xFCB164) is unknown color: approx Rajah. HEX triplet: FC, B1 and 64. RGB value is (252,177,100). Sum of RGB (Red+Green+Blue) = 252+177+100=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 177 (69.53% from 255 or 33.46% from 529); Blue value is 100 (39.45% from 255 or 18.90% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB164 is #034E9B. Grayscale: #BFBFBF. Windows color (decimal): -216732 or 6599164. OLE color: 6599164.

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

Color convert

RGB252177100-
CMYK00.300.600.01
HSL30.39º96.2%69.02%-
HSV(B)30.39º60.32%98.82%-
XYZ58.1753.0619.23-
YUV190.6576.85171.76-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.64%
GREEN value IS 177 (69.53% from 255) = 33.46%
BLUE value IS 100 (39.45% from 255) = 18.90%
R=47.64%
G=33.46%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217710000.300.600.0130.3996.269.02
HexFCB16401E3C11e6045
Octal37426114403674136140105
Binary1111110010110001110010001111011110011111011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB164; }

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

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

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

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

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

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

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

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