#FFAC66

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

Shades of Rajah #FFAC66

Tints of Rajah #FFAC66

Color information

#FFAC66 (or 0xFFAC66) is unknown color: approx Rajah. HEX triplet: FF, AC and 66. RGB value is (255,172,102). Sum of RGB (Red+Green+Blue) = 255+172+102=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 102 (40.23% from 255 or 19.28% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAC66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAC66 is #005399. Grayscale: #BDBDBD. Windows color (decimal): -21402 or 6728959. OLE color: 6728959.

HSL color Cylindrical-coordinate representation of color #FFAC66: hue angle of 27.45º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFAC66 is Cyan = 0, Magento = 0.33, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255172102-
CMYK00.330.60
HSL27.45º100%70%-
HSV(B)27.45º60%100%-
XYZ58.3951.7219.48-
YUV188.8479175.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.20%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 102 (40.23% from 255) = 19.28%
R=48.20%
G=32.51%
B=19.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517210200.330.6027.4510070
HexFFAC660213C01b6446
Octal37725414604174033144106
Binary11111111101011001100110010000111110001101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAC66; }

 p { color: rgb(255,172,102); }

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

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

 a { background-color: rgb(255,172,102); }

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

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

 span { border-color: rgb(255,172,102); }

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