#F7B46A

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

Shades of Rajah #F7B46A

Tints of Rajah #F7B46A

Color information

#F7B46A (or 0xF7B46A) is unknown color: approx Rajah. HEX triplet: F7, B4 and 6A. RGB value is (247,180,106). Sum of RGB (Red+Green+Blue) = 247+180+106=533 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.34% from 533); Green value is 180 (70.70% from 255 or 33.77% from 533); Blue value is 106 (41.80% from 255 or 19.89% from 533); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B46A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F7B46A is #084B95. Grayscale: #BFBFBF. Windows color (decimal): -543638 or 6993143. OLE color: 6993143.

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

Color convert

RGB247180106-
CMYK00.270.570.03
HSL31.49º89.81%69.22%-
HSV(B)31.49º57.09%96.86%-
XYZ57.2853.4620.93-
YUV191.679.7167.52-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.34%
GREEN value IS 180 (70.70% from 255) = 33.77%
BLUE value IS 106 (41.80% from 255) = 19.89%
R=46.34%
G=33.77%
B=19.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24718010600.270.570.0331.4989.8169.22
HexF7B46A01B3931f5a45
Octal36726415203371337132105
Binary11110111101101001101010011011111001111111110110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B46A; }

 p { color: rgb(247,180,106); }

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

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

 a { background-color: rgb(247,180,106); }

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

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

 span { border-color: rgb(247,180,106); }

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