#FCB56D

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

Shades of Rajah #FCB56D

Tints of Rajah #FCB56D

Color information

#FCB56D (or 0xFCB56D) is unknown color: approx Rajah. HEX triplet: FC, B5 and 6D. RGB value is (252,181,109). Sum of RGB (Red+Green+Blue) = 252+181+109=542 (71% of max value = 765). Red value is 252 (98.83% from 255 or 46.49% from 542); Green value is 181 (71.09% from 255 or 33.39% from 542); Blue value is 109 (42.97% from 255 or 20.11% from 542); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB56D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB56D is #034A92. Grayscale: #C2C2C2. Windows color (decimal): -215699 or 7190012. OLE color: 7190012.

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

Color convert

RGB252181109-
CMYK00.280.570.01
HSL30.21º95.97%70.78%-
HSV(B)30.21º56.75%98.82%-
XYZ59.4354.8521.92-
YUV194.0280.02169.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 46.49%
GREEN value IS 181 (71.09% from 255) = 33.39%
BLUE value IS 109 (42.97% from 255) = 20.11%
R=46.49%
G=33.39%
B=20.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218110900.280.570.0130.2195.9770.78
HexFCB56D01C3911e6047
Octal37426515503471136140107
Binary1111110010110101110110101110011100111111011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB56D; }

 p { color: rgb(252,181,109); }

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

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

 a { background-color: rgb(252,181,109); }

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

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

 span { border-color: rgb(252,181,109); }

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