#FFB163

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

Shades of Rajah #FFB163

Tints of Rajah #FFB163

Color information

#FFB163 (or 0xFFB163) is unknown color: approx Rajah. HEX triplet: FF, B1 and 63. RGB value is (255,177,99). Sum of RGB (Red+Green+Blue) = 255+177+99=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 177 (69.53% from 255 or 33.33% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFB163 is #004E9C. Grayscale: #BFBFBF. Windows color (decimal): -20125 or 6533631. OLE color: 6533631.

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

Color convert

RGB25517799-
CMYK00.310.610
HSL30º100%69.41%-
HSV(B)30º61.18%100%-
XYZ59.2153.6119.03-
YUV191.4375.84173.34-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.02%
GREEN value IS 177 (69.53% from 255) = 33.33%
BLUE value IS 99 (39.06% from 255) = 18.64%
R=48.02%
G=33.33%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551779900.310.6103010069.41
HexFFB16301F3D01e6445
Octal37726114303775036144105
Binary1111111110110001110001101111111110101111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFB163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFB163; }

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

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

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

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

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

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

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

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