#FCB666

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

Shades of Rajah #FCB666

Tints of Rajah #FCB666

Color information

#FCB666 (or 0xFCB666) is unknown color: approx Rajah. HEX triplet: FC, B6 and 66. RGB value is (252,182,102). Sum of RGB (Red+Green+Blue) = 252+182+102=536 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.01% from 536); Green value is 182 (71.48% from 255 or 33.96% from 536); Blue value is 102 (40.23% from 255 or 19.03% from 536); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB666 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCB666 is #034999. Grayscale: #C2C2C2. Windows color (decimal): -215450 or 6731516. OLE color: 6731516.

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

Color convert

RGB252182102-
CMYK00.280.600.01
HSL32º96.15%69.41%-
HSV(B)32º59.52%98.82%-
XYZ59.2755.1120.08-
YUV193.8176.19169.5-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.01%
GREEN value IS 182 (71.48% from 255) = 33.96%
BLUE value IS 102 (40.23% from 255) = 19.03%
R=47.01%
G=33.96%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25218210200.280.600.013296.1569.41
HexFCB66601C3C1206045
Octal37426614603474140140105
Binary11111100101101101100110011100111100110000011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB666; }

 p { color: rgb(252,182,102); }

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

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

 a { background-color: rgb(252,182,102); }

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

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

 span { border-color: rgb(252,182,102); }

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