#FEE602

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

Shades of Golden Yellow #FEE602

Tints of Golden Yellow #FEE602

Color information

#FEE602 (or 0xFEE602) is unknown color: approx Golden Yellow. HEX triplet: FE, E6 and 02. RGB value is (254,230,2). Sum of RGB (Red+Green+Blue) = 254+230+2=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 2 (1.17% from 255 or 0.41% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE602 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE602 is #0119FD. Grayscale: #D4D4D4. Windows color (decimal): -72190 or 190206. OLE color: 190206.

HSL color Cylindrical-coordinate representation of color #FEE602: hue angle of 54.29º 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 #FEE602 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.00.

Color convert

RGB2542302-
CMYK00.090.990.00
HSL54.29º99.21%50.2%-
HSV(B)54.29º99.21%99.61%-
XYZ69.1877.6711.4-
YUV211.189.95158.54-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.26%
GREEN value IS 230 (90.23% from 255) = 47.33%
BLUE value IS 2 (1.17% from 255) = 0.41%
R=52.26%
G=47.33%
B=0.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254230200.090.990.0054.2999.2150.2
HexFEE6209630366332
Octal376346201114306614362
Binary11111110111001101001001110001101101101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE602; }

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

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

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

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

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

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

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

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