#FFA640

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

Shades of Yellow Orange #FFA640

Tints of Yellow Orange #FFA640

Color information

#FFA640 (or 0xFFA640) is unknown color: approx Yellow Orange. HEX triplet: FF, A6 and 40. RGB value is (255,166,64). Sum of RGB (Red+Green+Blue) = 255+166+64=485 (64% of max value = 765). Red value is 255 (100% from 255 or 52.58% from 485); Green value is 166 (65.23% from 255 or 34.23% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA640 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA640 is #0059BF. Grayscale: #B5B5B5. Windows color (decimal): -22976 or 4237055. OLE color: 4237055.

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

Color convert

RGB25516664-
CMYK00.350.750
HSL32.04º100%62.55%-
HSV(B)32.04º74.9%100%-
XYZ55.848.911.35-
YUV180.9861.99180.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.58%
GREEN value IS 166 (65.23% from 255) = 34.23%
BLUE value IS 64 (25.39% from 255) = 13.20%
R=52.58%
G=34.23%
B=13.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551666400.350.75032.0410062.55
HexFFA6400234B020643f
Octal37724610004311304014477
Binary111111111010011010000000100011100101101000001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA640; }

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

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

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

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

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

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

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

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