#FED602

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

Shades of Gold #FED602

Tints of Gold #FED602

Color information

#FED602 (or 0xFED602) is unknown color: approx Gold. HEX triplet: FE, D6 and 02. RGB value is (254,214,2). Sum of RGB (Red+Green+Blue) = 254+214+2=470 (62% of max value = 765). Red value is 254 (99.61% from 255 or 54.04% from 470); Green value is 214 (83.98% from 255 or 45.53% from 470); Blue value is 2 (1.17% from 255 or 0.43% from 470); Max value from RGB is 254 - color contains mainly: red. Hex color #FED602 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED602 is #0129FD. Grayscale: #CACACA. Windows color (decimal): -76286 or 186110. OLE color: 186110.

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

Color convert

RGB2542142-
CMYK00.160.990.00
HSL50.48º99.21%50.2%-
HSV(B)50.48º99.21%99.61%-
XYZ64.9369.179.99-
YUV201.7915.25165.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 54.04%
GREEN value IS 214 (83.98% from 255) = 45.53%
BLUE value IS 2 (1.17% from 255) = 0.43%
R=54.04%
G=45.53%
B=0.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254214200.160.990.0050.4899.2150.2
HexFED62010630326332
Octal376326202014306214362
Binary111111101101011010010000110001101100101100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FED602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FED602; }

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

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

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

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

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

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

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

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