#FFA65C

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

Shades of Rajah #FFA65C

Tints of Rajah #FFA65C

Color information

#FFA65C (or 0xFFA65C) is unknown color: approx Rajah. HEX triplet: FF, A6 and 5C. RGB value is (255,166,92). Sum of RGB (Red+Green+Blue) = 255+166+92=513 (67% of max value = 765). Red value is 255 (100% from 255 or 49.71% from 513); Green value is 166 (65.23% from 255 or 32.36% from 513); Blue value is 92 (36.33% from 255 or 17.93% from 513); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA65C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA65C is #0059A3. Grayscale: #B8B8B8. Windows color (decimal): -22948 or 6072063. OLE color: 6072063.

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

Color convert

RGB25516692-
CMYK00.350.640
HSL27.24º100%68.04%-
HSV(B)27.24º63.92%100%-
XYZ56.8149.3116.65-
YUV184.1875.99178.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.71%
GREEN value IS 166 (65.23% from 255) = 32.36%
BLUE value IS 92 (36.33% from 255) = 17.93%
R=49.71%
G=32.36%
B=17.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551669200.350.64027.2410068.04
HexFFA65C0234001b6444
Octal377246134043100033144104
Binary111111111010011010111000100011100000001101111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA65C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA65C; }

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

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

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

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

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

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

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

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