#FFB66B

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

Shades of Rajah #FFB66B

Tints of Rajah #FFB66B

Color information

#FFB66B (or 0xFFB66B) is unknown color: approx Rajah. HEX triplet: FF, B6 and 6B. RGB value is (255,182,107). Sum of RGB (Red+Green+Blue) = 255+182+107=544 (72% of max value = 765). Red value is 255 (100% from 255 or 46.88% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB66B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB66B is #004994. Grayscale: #C3C3C3. Windows color (decimal): -18837 or 7059199. OLE color: 7059199.

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

Color convert

RGB255182107-
CMYK00.290.580
HSL30.41º100%70.98%-
HSV(B)30.41º58.04%100%-
XYZ60.6255.7821.48-
YUV195.2878.18170.6-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.88%
GREEN value IS 182 (71.48% from 255) = 33.46%
BLUE value IS 107 (42.19% from 255) = 19.67%
R=46.88%
G=33.46%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518210700.290.58030.4110070.98
HexFFB66B01D3A01e6447
Octal37726615303572036144107
Binary1111111110110110110101101110111101001111011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB66B; }

 p { color: rgb(255,182,107); }

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

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

 a { background-color: rgb(255,182,107); }

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

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

 span { border-color: rgb(255,182,107); }

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