#FFA866

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

Shades of Rajah #FFA866

Tints of Rajah #FFA866

Color information

#FFA866 (or 0xFFA866) is unknown color: approx Rajah. HEX triplet: FF, A8 and 66. RGB value is (255,168,102). Sum of RGB (Red+Green+Blue) = 255+168+102=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 102 (40.23% from 255 or 19.43% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA866 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA866 is #005799. Grayscale: #BABABA. Windows color (decimal): -22426 or 6727935. OLE color: 6727935.

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

Color convert

RGB255168102-
CMYK00.340.60
HSL25.88º100%70%-
HSV(B)25.88º60%100%-
XYZ57.6450.2219.23-
YUV186.4980.32176.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 168 (66.02% from 255) = 32%
BLUE value IS 102 (40.23% from 255) = 19.43%
R=48.57%
G=32%
B=19.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.6
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516810200.340.6025.8810070
HexFFA8660223C01a6446
Octal37725014604274032144106
Binary11111111101010001100110010001011110001101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA866; }

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

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

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

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

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

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

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

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