#F2B160

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

Shades of Rajah #F2B160

Tints of Rajah #F2B160

Color information

#F2B160 (or 0xF2B160) is unknown color: approx Rajah. HEX triplet: F2, B1 and 60. RGB value is (242,177,96). Sum of RGB (Red+Green+Blue) = 242+177+96=515 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.99% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 96 (37.89% from 255 or 18.64% from 515); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B160 is #0D4E9F. Grayscale: #BBBBBB. Windows color (decimal): -872096 or 6337010. OLE color: 6337010.

HSL color Cylindrical-coordinate representation of color #F2B160: hue angle of 33.29º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F2B160 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24217796-
CMYK00.270.600.05
HSL33.29º84.88%66.27%-
HSV(B)33.29º60.33%94.9%-
XYZ54.4551.1718.07-
YUV187.276.53167.09-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.99%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 96 (37.89% from 255) = 18.64%
R=46.99%
G=34.37%
B=18.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2421779600.270.600.0533.2984.8866.27
HexF2B16001B3C5215542
Octal36226114003374541125102
Binary1111001010110001110000001101111110010110000110101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B160; }

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

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

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

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

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

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

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

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