#F1B061

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

Shades of Rajah #F1B061

Tints of Rajah #F1B061

Color information

#F1B061 (or 0xF1B061) is unknown color: approx Rajah. HEX triplet: F1, B0 and 61. RGB value is (241,176,97). Sum of RGB (Red+Green+Blue) = 241+176+97=514 (68% of max value = 765). Red value is 241 (94.53% from 255 or 46.89% from 514); Green value is 176 (69.14% from 255 or 34.24% from 514); Blue value is 97 (38.28% from 255 or 18.87% from 514); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1B061 is #0E4F9E. Grayscale: #BABABA. Windows color (decimal): -937887 or 6402289. OLE color: 6402289.

HSL color Cylindrical-coordinate representation of color #F1B061: hue angle of 32.92º degrees, saturation: 0.84, 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 #F1B061 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB24117697-
CMYK00.270.600.05
HSL32.92º83.72%66.27%-
HSV(B)32.92º59.75%94.51%-
XYZ53.9650.6118.23-
YUV186.4377.53166.92-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 46.89%
GREEN value IS 176 (69.14% from 255) = 34.24%
BLUE value IS 97 (38.28% from 255) = 18.87%
R=46.89%
G=34.24%
B=18.87%

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
Decimal2411769700.270.600.0532.9283.7266.27
HexF1B06101B3C5215442
Octal36126014103374541124102
Binary1111000110110000110000101101111110010110000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1B061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1B061; }

 p { color: rgb(241,176,97); }

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

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

 a { background-color: rgb(241,176,97); }

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

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

 span { border-color: rgb(241,176,97); }

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