#FCB168

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

Shades of Rajah #FCB168

Tints of Rajah #FCB168

Color information

#FCB168 (or 0xFCB168) is unknown color: approx Rajah. HEX triplet: FC, B1 and 68. RGB value is (252,177,104). Sum of RGB (Red+Green+Blue) = 252+177+104=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 177 (69.53% from 255 or 33.21% from 533); Blue value is 104 (41.02% from 255 or 19.51% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB168 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB168 is #034E97. Grayscale: #BFBFBF. Windows color (decimal): -216728 or 6861308. OLE color: 6861308.

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

Color convert

RGB252177104-
CMYK00.300.590.01
HSL29.59º96.1%69.8%-
HSV(B)29.59º58.73%98.82%-
XYZ58.3753.1420.28-
YUV191.178.85171.44-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.28%
GREEN value IS 177 (69.53% from 255) = 33.21%
BLUE value IS 104 (41.02% from 255) = 19.51%
R=47.28%
G=33.21%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217710400.300.590.0129.5996.169.8
HexFCB16801E3B11e6046
Octal37426115003673136140106
Binary1111110010110001110100001111011101111111011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB168; }

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

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

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

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

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

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

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

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