#ffa500

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

Shades of Orange #FFA500

Tints of Orange #FFA500

Color information

#FFA500 (or 0xFFA500) is known color: Orange. HEX triplet: FF, A5 and 00. RGB value is (255,165,0). Sum of RGB (Red+Green+Blue) = 255+165+0=420 (55% of max value = 765). Red value is 255 (100% from 255 or 60.71% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 0 (0.39% from 255 or 0% from 420); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA500 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA500 is #005AFF. Grayscale: #ADADAD. Windows color (decimal): -23296 or 42495. OLE color: 42495.

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

Color convert

RGB2551650-
CMYK00.3510
HSL38.82º100%50%-
HSV(B)38.82º100%100%-
XYZ54.748.176.42-
YUV173.130.32186.42-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.71%
GREEN value IS 165 (64.84% from 255) = 39.29%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.71%
G=39.29%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255165000.351038.8210050
HexFFA50023640276432
Octal377245004314404714462
Binary111111111010010100100011110010001001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ffa500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ffa500; }

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

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

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

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

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

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

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

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