#F6AE66

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

Shades of Rajah #F6AE66

Tints of Rajah #F6AE66

Color information

#F6AE66 (or 0xF6AE66) is unknown color: approx Rajah. HEX triplet: F6, AE and 66. RGB value is (246,174,102). Sum of RGB (Red+Green+Blue) = 246+174+102=522 (69% of max value = 765). Red value is 246 (96.48% from 255 or 47.13% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 102 (40.23% from 255 or 19.54% from 522); Max value from RGB is 246 - color contains mainly: red. Hex color #F6AE66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F6AE66 is #095199. Grayscale: #BBBBBB. Windows color (decimal): -610714 or 6729462. OLE color: 6729462.

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

Color convert

RGB246174102-
CMYK00.290.590.04
HSL30º88.89%68.24%-
HSV(B)30º58.54%96.47%-
XYZ55.5450.8219.45-
YUV187.3279.85169.85-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 47.13%
GREEN value IS 174 (68.36% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 19.54%
R=47.13%
G=33.33%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24617410200.290.590.043088.8968.24
HexF6AE6601D3B41e5944
Octal36625614603573436131104
Binary111101101010111011001100111011110111001111010110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6AE66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6AE66; }

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

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

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

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

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

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

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

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