#FAAB40

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

Shades of Yellow Orange #FAAB40

Tints of Yellow Orange #FAAB40

Color information

#FAAB40 (or 0xFAAB40) is unknown color: approx Yellow Orange. HEX triplet: FA, AB and 40. RGB value is (250,171,64). Sum of RGB (Red+Green+Blue) = 250+171+64=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 171 (67.19% from 255 or 35.26% from 485); Blue value is 64 (25.39% from 255 or 13.20% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FAAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAAB40 is #0554BF. Grayscale: #B6B6B6. Windows color (decimal): -349376 or 4238330. OLE color: 4238330.

HSL color Cylindrical-coordinate representation of color #FAAB40: hue angle of 34.52º 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 #FAAB40 is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.02.

Color convert

RGB25017164-
CMYK00.320.740.02
HSL34.52º94.9%61.57%-
HSV(B)34.52º74.4%98.04%-
XYZ54.9149.8211.57-
YUV182.4261.17176.2-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.55%
GREEN value IS 171 (67.19% from 255) = 35.26%
BLUE value IS 64 (25.39% from 255) = 13.20%
R=51.55%
G=35.26%
B=13.20%

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
Decimal2501716400.320.740.0234.5294.961.57
HexFAAB400204A2235f3e
Octal37225310004011224313776
Binary1111101010101011100000001000001001010101000111011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAAB40; }

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

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

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

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

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

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

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

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