#FFA965

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

Shades of Rajah #FFA965

Tints of Rajah #FFA965

Color information

#FFA965 (or 0xFFA965) is unknown color: approx Rajah. HEX triplet: FF, A9 and 65. RGB value is (255,169,101). Sum of RGB (Red+Green+Blue) = 255+169+101=525 (69% of max value = 765). Red value is 255 (100% from 255 or 48.57% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 101 (39.84% from 255 or 19.24% from 525); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA965 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA965 is #00569A. Grayscale: #BBBBBB. Windows color (decimal): -22171 or 6662655. OLE color: 6662655.

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

Color convert

RGB255169101-
CMYK00.340.600
HSL26.49º100%69.8%-
HSV(B)26.49º60.39%100%-
XYZ57.7850.5819.03-
YUV186.9679.49176.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.57%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 101 (39.84% from 255) = 19.24%
R=48.57%
G=32.19%
B=19.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516910100.340.60026.4910069.8
HexFFA9650223C01a6446
Octal37725114504274032144106
Binary11111111101010011100101010001011110001101011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA965; }

 p { color: rgb(255,169,101); }

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

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

 a { background-color: rgb(255,169,101); }

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

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

 span { border-color: rgb(255,169,101); }

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