#FBAC40

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

Shades of Yellow Orange #FBAC40

Tints of Yellow Orange #FBAC40

Color information

#FBAC40 (or 0xFBAC40) is unknown color: approx Yellow Orange. HEX triplet: FB, AC and 40. RGB value is (251,172,64). Sum of RGB (Red+Green+Blue) = 251+172+64=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 64 (25.39% from 255 or 13.14% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAC40 is #0453BF. Grayscale: #B7B7B7. Windows color (decimal): -283584 or 4238587. OLE color: 4238587.

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

Color convert

RGB25117264-
CMYK00.310.750.02
HSL34.65º95.9%61.76%-
HSV(B)34.65º74.5%98.43%-
XYZ55.4650.3811.65-
YUV183.3160.67176.28-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.54%
GREEN value IS 172 (67.58% from 255) = 35.32%
BLUE value IS 64 (25.39% from 255) = 13.14%
R=51.54%
G=35.32%
B=13.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511726400.310.750.0234.6595.961.76
HexFBAC4001F4B223603e
Octal37325410003711324314076
Binary111110111010110010000000111111001011101000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAC40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAC40; }

 p { color: rgb(251,172,64); }

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

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

 a { background-color: rgb(251,172,64); }

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

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

 span { border-color: rgb(251,172,64); }

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