#F2B165

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

Shades of Rajah #F2B165

Tints of Rajah #F2B165

Color information

#F2B165 (or 0xF2B165) is unknown color: approx Rajah. HEX triplet: F2, B1 and 65. RGB value is (242,177,101). Sum of RGB (Red+Green+Blue) = 242+177+101=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 177 (69.53% from 255 or 34.04% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B165 is #0D4E9A. Grayscale: #BCBCBC. Windows color (decimal): -872091 or 6664690. OLE color: 6664690.

HSL color Cylindrical-coordinate representation of color #F2B165: hue angle of 32.34º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F2B165 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB242177101-
CMYK00.270.580.05
HSL32.34º84.43%67.25%-
HSV(B)32.34º58.26%94.9%-
XYZ54.6951.2619.32-
YUV187.7779.03166.68-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.54%
GREEN value IS 177 (69.53% from 255) = 34.04%
BLUE value IS 101 (39.84% from 255) = 19.42%
R=46.54%
G=34.04%
B=19.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217710100.270.580.0532.3484.4367.25
HexF2B16501B3A5205443
Octal36226114503372540124103
Binary1111001010110001110010101101111101010110000010101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2B165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2B165; }

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

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

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

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

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

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

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

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