#F6B164

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

Shades of Rajah #F6B164

Tints of Rajah #F6B164

Color information

#F6B164 (or 0xF6B164) is unknown color: approx Rajah. HEX triplet: F6, B1 and 64. RGB value is (246,177,100). Sum of RGB (Red+Green+Blue) = 246+177+100=523 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.04% from 523); Green value is 177 (69.53% from 255 or 33.84% from 523); Blue value is 100 (39.45% from 255 or 19.12% from 523); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6B164 is #094E9B. Grayscale: #BDBDBD. Windows color (decimal): -609948 or 6599158. OLE color: 6599158.

HSL color Cylindrical-coordinate representation of color #F6B164: hue angle of 31.64º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F6B164 is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB246177100-
CMYK00.280.590.04
HSL31.64º89.02%67.84%-
HSV(B)31.64º59.35%96.47%-
XYZ56.0351.9619.13-
YUV188.8577.86168.76-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.04%
GREEN value IS 177 (69.53% from 255) = 33.84%
BLUE value IS 100 (39.45% from 255) = 19.12%
R=47.04%
G=33.84%
B=19.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617710000.280.590.0431.6489.0267.84
HexF6B16401C3B4205944
Octal36626114403473440131104
Binary1111011010110001110010001110011101110010000010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6B164; }

 p { color: rgb(246,177,100); }

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

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

 a { background-color: rgb(246,177,100); }

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

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

 span { border-color: rgb(246,177,100); }

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