#F5B166

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

Shades of Rajah #F5B166

Tints of Rajah #F5B166

Color information

#F5B166 (or 0xF5B166) is unknown color: approx Rajah. HEX triplet: F5, B1 and 66. RGB value is (245,177,102). Sum of RGB (Red+Green+Blue) = 245+177+102=524 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.76% from 524); Green value is 177 (69.53% from 255 or 33.78% from 524); Blue value is 102 (40.23% from 255 or 19.47% from 524); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5B166 is #0A4E99. Grayscale: #BDBDBD. Windows color (decimal): -675482 or 6730229. OLE color: 6730229.

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

Color convert

RGB245177102-
CMYK00.280.580.04
HSL31.47º87.73%68.04%-
HSV(B)31.47º58.37%96.08%-
XYZ55.7851.8219.63-
YUV188.7879.03168.1-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.76%
GREEN value IS 177 (69.53% from 255) = 33.78%
BLUE value IS 102 (40.23% from 255) = 19.47%
R=46.76%
G=33.78%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24517710200.280.580.0431.4787.7368.04
HexF5B16601C3A41f5844
Octal36526114603472437130104
Binary111101011011000111001100111001110101001111110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5B166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5B166; }

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

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

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

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

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

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

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

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