#F6AC5C

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

Shades of Rajah #F6AC5C

Tints of Rajah #F6AC5C

Color information

#F6AC5C (or 0xF6AC5C) is unknown color: approx Rajah. HEX triplet: F6, AC and 5C. RGB value is (246,172,92). Sum of RGB (Red+Green+Blue) = 246+172+92=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 92 (36.33% from 255 or 18.04% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AC5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AC5C is #0953A3. Grayscale: #B9B9B9. Windows color (decimal): -611236 or 6073590. OLE color: 6073590.

HSL color Cylindrical-coordinate representation of color #F6AC5C: hue angle of 31.17º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #F6AC5C is Cyan = 0, Magento = 0.30, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24617292-
CMYK00.300.630.04
HSL31.17º89.53%66.27%-
HSV(B)31.17º62.6%96.47%-
XYZ54.6949.8716.87-
YUV185.0175.52171.5-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.24%
GREEN value IS 172 (67.58% from 255) = 33.73%
BLUE value IS 92 (36.33% from 255) = 18.04%
R=48.24%
G=33.73%
B=18.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461729200.300.630.0431.1789.5366.27
HexF6AC5C01E3F41f5a42
Octal36625413403677437132102
Binary111101101010110010111000111101111111001111110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AC5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AC5C; }

 p { color: rgb(246,172,92); }

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

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

 a { background-color: rgb(246,172,92); }

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

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

 span { border-color: rgb(246,172,92); }

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