#FFBB66

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

Shades of Rajah #FFBB66

Tints of Rajah #FFBB66

Color information

#FFBB66 (or 0xFFBB66) is unknown color: approx Rajah. HEX triplet: FF, BB and 66. RGB value is (255,187,102). Sum of RGB (Red+Green+Blue) = 255+187+102=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 187 (73.44% from 255 or 34.38% from 544); Blue value is 102 (40.23% from 255 or 18.75% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBB66 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFBB66 is #004499. Grayscale: #C6C6C6. Windows color (decimal): -17562 or 6732799. OLE color: 6732799.

HSL color Cylindrical-coordinate representation of color #FFBB66: hue angle of 33.33º 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 #FFBB66 is Cyan = 0, Magento = 0.27, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255187102-
CMYK00.270.60
HSL33.33º100%70%-
HSV(B)33.33º60%100%-
XYZ61.4157.7620.48-
YUV197.6474.03168.91-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 187 (73.44% from 255) = 34.38%
BLUE value IS 102 (40.23% from 255) = 18.75%
R=46.88%
G=34.38%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518710200.270.6033.3310070
HexFFBB6601B3C0216446
Octal37727314603374041144106
Binary11111111101110111100110011011111100010000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBB66; }

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

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

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

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

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

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

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

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