#F5B163

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

Shades of Rajah #F5B163

Tints of Rajah #F5B163

Color information

#F5B163 (or 0xF5B163) is unknown color: approx Rajah. HEX triplet: F5, B1 and 63. RGB value is (245,177,99). Sum of RGB (Red+Green+Blue) = 245+177+99=521 (69% of max value = 765). Red value is 245 (96.09% from 255 or 47.02% from 521); Green value is 177 (69.53% from 255 or 33.97% from 521); Blue value is 99 (39.06% from 255 or 19.00% from 521); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B163 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B163 is #0A4E9C. Grayscale: #BCBCBC. Windows color (decimal): -675485 or 6533621. OLE color: 6533621.

HSL color Cylindrical-coordinate representation of color #F5B163: hue angle of 32.05º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F5B163 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.04.

Color convert

RGB24517799-
CMYK00.280.600.04
HSL32.05º87.95%67.45%-
HSV(B)32.05º59.59%96.08%-
XYZ55.6351.7618.86-
YUV188.4477.53168.34-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.02%
GREEN value IS 177 (69.53% from 255) = 33.97%
BLUE value IS 99 (39.06% from 255) = 19.00%
R=47.02%
G=33.97%
B=19.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2451779900.280.600.0432.0587.9567.45
HexF5B16301C3C4205843
Octal36526114303474440130103
Binary1111010110110001110001101110011110010010000010110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B163; }

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

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

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

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

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

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

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

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