#FFB166

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

Shades of Rajah #FFB166

Tints of Rajah #FFB166

Color information

#FFB166 (or 0xFFB166) is unknown color: approx Rajah. HEX triplet: FF, B1 and 66. RGB value is (255,177,102). Sum of RGB (Red+Green+Blue) = 255+177+102=534 (70% of max value = 765). Red value is 255 (100% from 255 or 47.75% from 534); Green value is 177 (69.53% from 255 or 33.15% from 534); Blue value is 102 (40.23% from 255 or 19.10% from 534); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB166 is #004E99. Grayscale: #C0C0C0. Windows color (decimal): -20122 or 6730239. OLE color: 6730239.

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

Color convert

RGB255177102-
CMYK00.310.60
HSL29.41º100%70%-
HSV(B)29.41º60%100%-
XYZ59.3653.6619.8-
YUV191.7777.34173.1-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.75%
GREEN value IS 177 (69.53% from 255) = 33.15%
BLUE value IS 102 (40.23% from 255) = 19.10%
R=47.75%
G=33.15%
B=19.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517710200.310.6029.4110070
HexFFB16601F3C01d6446
Octal37726114603774035144106
Binary1111111110110001110011001111111110001110111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB166; }

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

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

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

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

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

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

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

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