#FEA93A

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

Shades of Yellow Orange #FEA93A

Tints of Yellow Orange #FEA93A

Color information

#FEA93A (or 0xFEA93A) is unknown color: approx Yellow Orange. HEX triplet: FE, A9 and 3A. RGB value is (254,169,58). Sum of RGB (Red+Green+Blue) = 254+169+58=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 58 (23.05% from 255 or 12.06% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA93A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FEA93A is #0156C5. Grayscale: #B6B6B6. Windows color (decimal): -87750 or 3844606. OLE color: 3844606.

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

Color convert

RGB25416958-
CMYK00.330.770.00
HSL33.98º98.99%61.18%-
HSV(B)33.98º77.17%99.61%-
XYZ55.8249.7510.66-
YUV181.7658.16179.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.81%
GREEN value IS 169 (66.41% from 255) = 35.14%
BLUE value IS 58 (23.05% from 255) = 12.06%
R=52.81%
G=35.14%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.77
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2541695800.330.770.0033.9898.9961.18
HexFEA93A0214D022633d
Octal3762517204111504214375
Binary11111110101010011110100100001100110101000101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA93A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA93A; }

 p { color: rgb(254,169,58); }

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

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

 a { background-color: rgb(254,169,58); }

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

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

 span { border-color: rgb(254,169,58); }

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