#FEAB40

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

Shades of Yellow Orange #FEAB40

Tints of Yellow Orange #FEAB40

Color information

#FEAB40 (or 0xFEAB40) is unknown color: approx Yellow Orange. HEX triplet: FE, AB and 40. RGB value is (254,171,64). Sum of RGB (Red+Green+Blue) = 254+171+64=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 64 (25.39% from 255 or 13.09% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAB40 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEAB40 is #0154BF. Grayscale: #B8B8B8. Windows color (decimal): -87232 or 4238334. OLE color: 4238334.

HSL color Cylindrical-coordinate representation of color #FEAB40: hue angle of 33.79º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FEAB40 is Cyan = 0, Magento = 0.33, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB25417164-
CMYK00.330.750.00
HSL33.79º98.96%62.35%-
HSV(B)33.79º74.8%99.61%-
XYZ56.3650.5711.64-
YUV183.6260.5178.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.94%
GREEN value IS 171 (67.19% from 255) = 34.97%
BLUE value IS 64 (25.39% from 255) = 13.09%
R=51.94%
G=34.97%
B=13.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541716400.330.750.0033.7998.9662.35
HexFEAB400214B022633e
Octal37625310004111304214376
Binary111111101010101110000000100001100101101000101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAB40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAB40; }

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

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

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

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

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

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

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

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