#FFB169

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

Shades of Rajah #FFB169

Tints of Rajah #FFB169

Color information

#FFB169 (or 0xFFB169) is unknown color: approx Rajah. HEX triplet: FF, B1 and 69. RGB value is (255,177,105). Sum of RGB (Red+Green+Blue) = 255+177+105=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 177 (69.53% from 255 or 32.96% from 537); Blue value is 105 (41.41% from 255 or 19.55% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB169 is #004E96. Grayscale: #C0C0C0. Windows color (decimal): -20119 or 6926847. OLE color: 6926847.

HSL color Cylindrical-coordinate representation of color #FFB169: hue angle of 28.8º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FFB169 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB255177105-
CMYK00.310.590
HSL28.8º100%70.59%-
HSV(B)28.8º58.82%100%-
XYZ59.5153.7220.6-
YUV192.1178.84172.85-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.49%
GREEN value IS 177 (69.53% from 255) = 32.96%
BLUE value IS 105 (41.41% from 255) = 19.55%
R=47.49%
G=32.96%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517710500.310.59028.810070.59
HexFFB16901F3B01d6447
Octal37726115103773035144107
Binary1111111110110001110100101111111101101110111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB169; }

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

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

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

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

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

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

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

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