#FFB86B

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

Shades of Rajah #FFB86B

Tints of Rajah #FFB86B

Color information

#FFB86B (or 0xFFB86B) is unknown color: approx Rajah. HEX triplet: FF, B8 and 6B. RGB value is (255,184,107). Sum of RGB (Red+Green+Blue) = 255+184+107=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 184 (72.27% from 255 or 33.70% from 546); Blue value is 107 (42.19% from 255 or 19.60% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB86B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFB86B is #004794. Grayscale: #C4C4C4. Windows color (decimal): -18325 or 7059711. OLE color: 7059711.

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

Color convert

RGB255184107-
CMYK00.280.580
HSL31.22º100%70.98%-
HSV(B)31.22º58.04%100%-
XYZ61.0356.621.62-
YUV196.4577.52169.76-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 184 (72.27% from 255) = 33.70%
BLUE value IS 107 (42.19% from 255) = 19.60%
R=46.70%
G=33.70%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518410700.280.58031.2210070.98
HexFFB86B01C3A01f6447
Octal37727015303472037144107
Binary1111111110111000110101101110011101001111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB86B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB86B; }

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

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

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

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

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

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

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

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