#F5B169

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

Shades of Rajah #F5B169

Tints of Rajah #F5B169

Color information

#F5B169 (or 0xF5B169) is unknown color: approx Rajah. HEX triplet: F5, B1 and 69. RGB value is (245,177,105). Sum of RGB (Red+Green+Blue) = 245+177+105=527 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.49% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 105 (41.41% from 255 or 19.92% from 527); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B169 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B169 is #0A4E96. Grayscale: #BDBDBD. Windows color (decimal): -675479 or 6926837. OLE color: 6926837.

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

Color convert

RGB245177105-
CMYK00.280.570.04
HSL30.86º87.5%68.63%-
HSV(B)30.86º57.14%96.08%-
XYZ55.9351.8820.43-
YUV189.1280.53167.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.49%
GREEN value IS 177 (69.53% from 255) = 33.59%
BLUE value IS 105 (41.41% from 255) = 19.92%
R=46.49%
G=33.59%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517710500.280.570.0430.8687.568.63
HexF5B16901C3941f5845
Octal36526115103471437130105
Binary111101011011000111010010111001110011001111110110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B169; }

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

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

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

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

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

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

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

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