#FAAA40

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

Shades of Yellow Orange #FAAA40

Tints of Yellow Orange #FAAA40

Color information

#FAAA40 (or 0xFAAA40) is unknown color: approx Yellow Orange. HEX triplet: FA, AA and 40. RGB value is (250,170,64). Sum of RGB (Red+Green+Blue) = 250+170+64=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAA40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAA40 is #0555BF. Grayscale: #B6B6B6. Windows color (decimal): -349632 or 4238074. OLE color: 4238074.

HSL color Cylindrical-coordinate representation of color #FAAA40: hue angle of 34.19º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FAAA40 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25017064-
CMYK00.320.740.02
HSL34.19º94.9%61.57%-
HSV(B)34.19º74.4%98.04%-
XYZ54.7249.4411.51-
YUV181.8461.5176.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.65%
GREEN value IS 170 (66.80% from 255) = 35.12%
BLUE value IS 64 (25.39% from 255) = 13.22%
R=51.65%
G=35.12%
B=13.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501706400.320.740.0234.1994.961.57
HexFAAA400204A2225f3e
Octal37225210004011224213776
Binary1111101010101010100000001000001001010101000101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAA40; }

 p { color: rgb(250,170,64); }

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

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

 a { background-color: rgb(250,170,64); }

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

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

 span { border-color: rgb(250,170,64); }

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