#FFA400

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

Shades of Orange #FFA400

Tints of Orange #FFA400

Color information

#FFA400 (or 0xFFA400) is unknown color: approx Orange. HEX triplet: FF, A4 and 00. RGB value is (255,164,0). Sum of RGB (Red+Green+Blue) = 255+164+0=419 (55% of max value = 765). Red value is 255 (100% from 255 or 60.86% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 0 (0.39% from 255 or 0% from 419); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA400 is #005BFF. Grayscale: #ADADAD. Windows color (decimal): -23552 or 42239. OLE color: 42239.

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

Color convert

RGB2551640-
CMYK00.3610
HSL38.59º100%50%-
HSV(B)38.59º100%100%-
XYZ54.5247.816.36-
YUV172.5130.65186.84-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.86%
GREEN value IS 164 (64.45% from 255) = 39.14%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.86%
G=39.14%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255164000.361038.5910050
HexFFA40024640276432
Octal377244004414404714462
Binary111111111010010000100100110010001001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA400; }

 p { color: rgb(255,164,0); }

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

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

 a { background-color: rgb(255,164,0); }

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

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

 span { border-color: rgb(255,164,0); }

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