#FFA940

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

Shades of Yellow Orange #FFA940

Tints of Yellow Orange #FFA940

Color information

#FFA940 (or 0xFFA940) is unknown color: approx Yellow Orange. HEX triplet: FF, A9 and 40. RGB value is (255,169,64). Sum of RGB (Red+Green+Blue) = 255+169+64=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 64 (25.39% from 255 or 13.11% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA940 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA940 is #0056BF. Grayscale: #B7B7B7. Windows color (decimal): -22208 or 4237823. OLE color: 4237823.

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

Color convert

RGB25516964-
CMYK00.340.750
HSL32.98º100%62.55%-
HSV(B)32.98º74.9%100%-
XYZ56.3550.0111.53-
YUV182.7460.99179.54-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 52.25%
GREEN value IS 169 (66.41% from 255) = 34.63%
BLUE value IS 64 (25.39% from 255) = 13.11%
R=52.25%
G=34.63%
B=13.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551696400.340.75032.9810062.55
HexFFA9400224B021643f
Octal37725110004211304114477
Binary111111111010100110000000100010100101101000011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA940; }

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

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

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

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

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

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

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

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