#F7B160

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

Shades of Rajah #F7B160

Tints of Rajah #F7B160

Color information

#F7B160 (or 0xF7B160) is unknown color: approx Rajah. HEX triplet: F7, B1 and 60. RGB value is (247,177,96). Sum of RGB (Red+Green+Blue) = 247+177+96=520 (68% of max value = 765). Red value is 247 (96.88% from 255 or 47.5% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 96 (37.89% from 255 or 18.46% from 520); Max value from RGB is 247 - color contains mainly: red. Hex color #F7B160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F7B160 is #084E9F. Grayscale: #BDBDBD. Windows color (decimal): -544416 or 6337015. OLE color: 6337015.

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

Color convert

RGB24717796-
CMYK00.280.610.03
HSL32.19º90.42%67.25%-
HSV(B)32.19º61.13%96.86%-
XYZ56.1952.0618.15-
YUV188.775.69169.59-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 47.5%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 96 (37.89% from 255) = 18.46%
R=47.5%
G=34.04%
B=18.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471779600.280.610.0332.1990.4267.25
HexF7B16001C3D3205a43
Octal36726114003475340132103
Binary111101111011000111000000111001111011110000010110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7B160; }

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

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

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

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

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

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

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

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