#FFA900

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

Shades of Orange #FFA900

Tints of Orange #FFA900

Color information

#FFA900 (or 0xFFA900) is unknown color: approx Orange. HEX triplet: FF, A9 and 00. RGB value is (255,169,0). Sum of RGB (Red+Green+Blue) = 255+169+0=424 (56% of max value = 765). Red value is 255 (100% from 255 or 60.14% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA900 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA900 is #0056FF. Grayscale: #B0B0B0. Windows color (decimal): -22272 or 43519. OLE color: 43519.

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

Color convert

RGB2551690-
CMYK00.3410
HSL39.76º100%50%-
HSV(B)39.76º100%100%-
XYZ55.4349.646.66-
YUV175.4528.99184.74-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.14%
GREEN value IS 169 (66.41% from 255) = 39.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.14%
G=39.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal255169000.341039.7610050
HexFFA90022640286432
Octal377251004214405014462
Binary111111111010100100100010110010001010001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA900

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA900; }

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

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

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

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

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

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

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

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