#FFAD66

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

Shades of Rajah #FFAD66

Tints of Rajah #FFAD66

Color information

#FFAD66 (or 0xFFAD66) is unknown color: approx Rajah. HEX triplet: FF, AD and 66. RGB value is (255,173,102). Sum of RGB (Red+Green+Blue) = 255+173+102=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 173 (67.97% from 255 or 32.64% from 530); Blue value is 102 (40.23% from 255 or 19.25% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAD66 is #005299. Grayscale: #BDBDBD. Windows color (decimal): -21146 or 6729215. OLE color: 6729215.

HSL color Cylindrical-coordinate representation of color #FFAD66: hue angle of 27.84º 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 #FFAD66 is Cyan = 0, Magento = 0.32, Yellow = 0.6 and Black (K on CMYK) = 0.

Color convert

RGB255173102-
CMYK00.320.60
HSL27.84º100%70%-
HSV(B)27.84º60%100%-
XYZ58.5852.1119.54-
YUV189.4278.67174.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.11%
GREEN value IS 173 (67.97% from 255) = 32.64%
BLUE value IS 102 (40.23% from 255) = 19.25%
R=48.11%
G=32.64%
B=19.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517310200.320.6027.8410070
HexFFAD660203C01c6446
Octal37725514604074034144106
Binary11111111101011011100110010000011110001110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAD66; }

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

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

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

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

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

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

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

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