#FBAE40

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

Shades of Yellow Orange #FBAE40

Tints of Yellow Orange #FBAE40

Color information

#FBAE40 (or 0xFBAE40) is unknown color: approx Yellow Orange. HEX triplet: FB, AE and 40. RGB value is (251,174,64). Sum of RGB (Red+Green+Blue) = 251+174+64=489 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.33% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAE40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAE40 is #0451BF. Grayscale: #B8B8B8. Windows color (decimal): -283072 or 4239099. OLE color: 4239099.

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

Color convert

RGB25117464-
CMYK00.310.750.02
HSL35.29º95.9%61.76%-
HSV(B)35.29º74.5%98.43%-
XYZ55.8551.1511.78-
YUV184.4860.01175.44-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.33%
GREEN value IS 174 (68.36% from 255) = 35.58%
BLUE value IS 64 (25.39% from 255) = 13.09%
R=51.33%
G=35.58%
B=13.09%

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
Decimal2511746400.310.750.0235.2995.961.76
HexFBAE4001F4B223603e
Octal37325610003711324314076
Binary111110111010111010000000111111001011101000111100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FBAE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FBAE40; }

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

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

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

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

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

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

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

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