#FCB169

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

Shades of Rajah #FCB169

Tints of Rajah #FCB169

Color information

#FCB169 (or 0xFCB169) is unknown color: approx Rajah. HEX triplet: FC, B1 and 69. RGB value is (252,177,105). Sum of RGB (Red+Green+Blue) = 252+177+105=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 105 (41.41% from 255 or 19.66% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCB169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCB169 is #034E96. Grayscale: #BFBFBF. Windows color (decimal): -216727 or 6926844. OLE color: 6926844.

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

Color convert

RGB252177105-
CMYK00.300.580.01
HSL29.39º96.08%70%-
HSV(B)29.39º58.33%98.82%-
XYZ58.4253.1620.55-
YUV191.2279.35171.35-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 105 (41.41% from 255) = 19.66%
R=47.19%
G=33.15%
B=19.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217710500.300.580.0129.3996.0870
HexFCB16901E3A11d6046
Octal37426115103672135140106
Binary1111110010110001110100101111011101011110111000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCB169; }

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

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

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

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

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

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

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

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