#FCB368

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

Shades of Rajah #FCB368

Tints of Rajah #FCB368

Color information

#FCB368 (or 0xFCB368) is unknown color: approx Rajah. HEX triplet: FC, B3 and 68. RGB value is (252,179,104). Sum of RGB (Red+Green+Blue) = 252+179+104=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 179 (70.31% from 255 or 33.46% from 535); Blue value is 104 (41.02% from 255 or 19.44% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB368 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB368 is #034C97. Grayscale: #C0C0C0. Windows color (decimal): -216216 or 6861820. OLE color: 6861820.

HSL color Cylindrical-coordinate representation of color #FCB368: hue angle of 30.41º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FCB368 is Cyan = 0, Magento = 0.29, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB252179104-
CMYK00.290.590.01
HSL30.41º96.1%69.8%-
HSV(B)30.41º58.73%98.82%-
XYZ58.7653.9420.41-
YUV192.2878.18170.6-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 179 (70.31% from 255) = 33.46%
BLUE value IS 104 (41.02% from 255) = 19.44%
R=47.10%
G=33.46%
B=19.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217910400.290.590.0130.4196.169.8
HexFCB36801D3B11e6046
Octal37426315003573136140106
Binary1111110010110011110100001110111101111111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB368; }

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

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

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

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

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

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

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

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