#F6AE5C

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

Shades of Rajah #F6AE5C

Tints of Rajah #F6AE5C

Color information

#F6AE5C (or 0xF6AE5C) is unknown color: approx Rajah. HEX triplet: F6, AE and 5C. RGB value is (246,174,92). Sum of RGB (Red+Green+Blue) = 246+174+92=512 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.05% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 92 (36.33% from 255 or 17.97% from 512); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AE5C is #0951A3. Grayscale: #BABABA. Windows color (decimal): -610724 or 6074102. OLE color: 6074102.

HSL color Cylindrical-coordinate representation of color #F6AE5C: hue angle of 31.95º 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 #F6AE5C is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.04.

Color convert

RGB24617492-
CMYK00.290.630.04
HSL31.95º89.53%66.27%-
HSV(B)31.95º62.6%96.47%-
XYZ55.0750.6417-
YUV186.1874.85170.67-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 48.05%
GREEN value IS 174 (68.36% from 255) = 33.98%
BLUE value IS 92 (36.33% from 255) = 17.97%
R=48.05%
G=33.98%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461749200.290.630.0431.9589.5366.27
HexF6AE5C01D3F4205a42
Octal36625613403577440132102
Binary1111011010101110101110001110111111110010000010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE5C; }

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

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

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

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

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

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

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

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