#FEA802

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

Shades of Orange #FEA802

Tints of Orange #FEA802

Color information

#FEA802 (or 0xFEA802) is unknown color: approx Orange. HEX triplet: FE, A8 and 02. RGB value is (254,168,2). Sum of RGB (Red+Green+Blue) = 254+168+2=424 (56% of max value = 765). Red value is 254 (99.61% from 255 or 59.91% from 424); Green value is 168 (66.02% from 255 or 39.62% from 424); Blue value is 2 (1.17% from 255 or 0.47% from 424); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA802 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FEA802 is #0157FD. Grayscale: #AFAFAF. Windows color (decimal): -88062 or 174334. OLE color: 174334.

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

Color convert

RGB2541682-
CMYK00.340.990.00
HSL39.52º99.21%50.2%-
HSV(B)39.52º99.21%99.61%-
XYZ54.8949.086.64-
YUV174.7930.49184.5-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 59.91%
GREEN value IS 168 (66.02% from 255) = 39.62%
BLUE value IS 2 (1.17% from 255) = 0.47%
R=59.91%
G=39.62%
B=0.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254168200.340.990.0039.5299.2150.2
HexFEA82022630286332
Octal376250204214305014362
Binary1111111010101000100100010110001101010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA802; }

 p { color: rgb(254,168,2); }

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

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

 a { background-color: rgb(254,168,2); }

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

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

 span { border-color: rgb(254,168,2); }

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