#FFA600

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

Shades of Orange #FFA600

Tints of Orange #FFA600

Color information

#FFA600 (or 0xFFA600) is unknown color: approx Orange. HEX triplet: FF, A6 and 00. RGB value is (255,166,0). Sum of RGB (Red+Green+Blue) = 255+166+0=421 (55% of max value = 765). Red value is 255 (100% from 255 or 60.57% from 421); Green value is 166 (65.23% from 255 or 39.43% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA600 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA600 is #0059FF. Grayscale: #AEAEAE. Windows color (decimal): -23040 or 42751. OLE color: 42751.

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

Color convert

RGB2551660-
CMYK00.3510
HSL39.06º100%50%-
HSV(B)39.06º100%100%-
XYZ54.8848.536.48-
YUV173.6929.99186-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.57%
GREEN value IS 166 (65.23% from 255) = 39.43%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.57%
G=39.43%
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
Decimal255166000.351039.0610050
HexFFA60023640276432
Octal377246004314404714462
Binary111111111010011000100011110010001001111100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA600; }

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

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

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

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

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

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

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

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