#FFAB66

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

Shades of Rajah #FFAB66

Tints of Rajah #FFAB66

Color information

#FFAB66 (or 0xFFAB66) is unknown color: approx Rajah. HEX triplet: FF, AB and 66. RGB value is (255,171,102). Sum of RGB (Red+Green+Blue) = 255+171+102=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 102 (40.23% from 255 or 19.32% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB66 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFAB66 is #005499. Grayscale: #BCBCBC. Windows color (decimal): -21658 or 6728703. OLE color: 6728703.

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

Color convert

RGB255171102-
CMYK00.330.60
HSL27.06º100%70%-
HSV(B)27.06º60%100%-
XYZ58.251.3519.41-
YUV188.2579.33175.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.30%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 102 (40.23% from 255) = 19.32%
R=48.30%
G=32.39%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517110200.330.6027.0610070
HexFFAB660213C01b6446
Octal37725314604174033144106
Binary11111111101010111100110010000111110001101111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAB66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAB66; }

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

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

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

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

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

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

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

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