#FCB364

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

Shades of Rajah #FCB364

Tints of Rajah #FCB364

Color information

#FCB364 (or 0xFCB364) is unknown color: approx Rajah. HEX triplet: FC, B3 and 64. RGB value is (252,179,100). Sum of RGB (Red+Green+Blue) = 252+179+100=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 179 (70.31% from 255 or 33.71% from 531); Blue value is 100 (39.45% from 255 or 18.83% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB364 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB364 is #034C9B. Grayscale: #C0C0C0. Windows color (decimal): -216220 or 6599676. OLE color: 6599676.

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

Color convert

RGB252179100-
CMYK00.290.600.01
HSL31.18º96.2%69.02%-
HSV(B)31.18º60.32%98.82%-
XYZ58.5753.8619.37-
YUV191.8276.18170.92-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 179 (70.31% from 255) = 33.71%
BLUE value IS 100 (39.45% from 255) = 18.83%
R=47.46%
G=33.71%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217910000.290.600.0131.1896.269.02
HexFCB36401D3C11f6045
Octal37426314403574137140105
Binary1111110010110011110010001110111110011111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB364; }

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

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

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

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

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

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

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

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