#F7B166

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

Shades of Rajah #F7B166

Tints of Rajah #F7B166

Color information

#F7B166 (or 0xF7B166) is unknown color: approx Rajah. HEX triplet: F7, B1 and 66. RGB value is (247,177,102). Sum of RGB (Red+Green+Blue) = 247+177+102=526 (69% of max value = 765). Red value is 247 (96.88% from 255 or 46.96% from 526); Green value is 177 (69.53% from 255 or 33.65% from 526); Blue value is 102 (40.23% from 255 or 19.39% from 526); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B166 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B166 is #084E99. Grayscale: #BDBDBD. Windows color (decimal): -544410 or 6730231. OLE color: 6730231.

HSL color Cylindrical-coordinate representation of color #F7B166: hue angle of 31.03º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F7B166 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.03.

Color convert

RGB247177102-
CMYK00.280.590.03
HSL31.03º90.06%68.43%-
HSV(B)31.03º58.7%96.86%-
XYZ56.4852.1819.66-
YUV189.3878.69169.1-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.96%
GREEN value IS 177 (69.53% from 255) = 33.65%
BLUE value IS 102 (40.23% from 255) = 19.39%
R=46.96%
G=33.65%
B=19.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24717710200.280.590.0331.0390.0668.43
HexF7B16601C3B31f5a44
Octal36726114603473337132104
Binary11110111101100011100110011100111011111111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B166; }

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

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

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

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

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

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

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

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