#FEE702

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

Shades of Golden Yellow #FEE702

Tints of Golden Yellow #FEE702

Color information

#FEE702 (or 0xFEE702) is unknown color: approx Golden Yellow. HEX triplet: FE, E7 and 02. RGB value is (254,231,2). Sum of RGB (Red+Green+Blue) = 254+231+2=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 2 (1.17% from 255 or 0.41% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE702 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE702 is #0118FD. Grayscale: #D4D4D4. Windows color (decimal): -71934 or 190462. OLE color: 190462.

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

Color convert

RGB2542312-
CMYK00.090.990.00
HSL54.52º99.21%50.2%-
HSV(B)54.52º99.21%99.61%-
XYZ69.4678.2311.5-
YUV211.779.62158.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 52.16%
GREEN value IS 231 (90.62% from 255) = 47.43%
BLUE value IS 2 (1.17% from 255) = 0.41%
R=52.16%
G=47.43%
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
Decimal254231200.090.990.0054.5299.2150.2
HexFEE7209630376332
Octal376347201114306714362
Binary11111110111001111001001110001101101111100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEE702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEE702; }

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

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

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

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

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

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

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

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