#FFA65F

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

Shades of Rajah #FFA65F

Tints of Rajah #FFA65F

Color information

#FFA65F (or 0xFFA65F) is unknown color: approx Rajah. HEX triplet: FF, A6 and 5F. RGB value is (255,166,95). Sum of RGB (Red+Green+Blue) = 255+166+95=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 95 (37.5% from 255 or 18.41% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA65F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA65F is #0059A0. Grayscale: #B8B8B8. Windows color (decimal): -22945 or 6268671. OLE color: 6268671.

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

Color convert

RGB25516695-
CMYK00.350.630
HSL26.63º100%68.63%-
HSV(B)26.63º62.75%100%-
XYZ56.9449.3617.35-
YUV184.5277.49178.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.42%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 95 (37.5% from 255) = 18.41%
R=49.42%
G=32.17%
B=18.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551669500.350.63026.6310068.63
HexFFA65F0233F01b6445
Octal37724613704377033144105
Binary11111111101001101011111010001111111101101111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA65F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA65F; }

 p { color: rgb(255,166,95); }

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

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

 a { background-color: rgb(255,166,95); }

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

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

 span { border-color: rgb(255,166,95); }

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