Html Css Color HEX #FED202 Gold

📋 copy color: '#FED202'

red 254 ◦ green 210 ◦ blue 2

#FED202
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gold #FED202

Tints of Gold #FED202

RGB

 RED value IS 254 (99.61% from 255) = 54.51%

 GREEN value IS 210 (82.42% from 255) = 45.06%

 BLUE value IS 2 (1.17% from 255) = 0.43%

R = 54.51%
G = 45.06%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FED202 (or 0xFED202) is known color: Gold. HEX triplet: FE, D2 and 02. RGB value is (254,210,2). Sum of RGB (Red+Green+Blue) = 254+210+2=466 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.51% from 466); Green value is 210 (82.42% from 255 or 45.06% from 466); Blue value is 2 (1.17% from 255 or 0.43% from 466); Max value from RGB is 254 - color contains mainly: red. Hex color #FED202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED202 is #012DFD. Grayscale: #C8C8C8. Windows color (decimal): -77310 or 185086. OLE color: 185086.

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

Color convert

RGB 254 210 2 -
CMYK 0 0.17 0.99 0.00
HSL 49.52º 0.99% 0.5% -
HSV(B) 49.52º 0.99% 1% -
XYZ 63.93 67.17 9.65 -
YUV 199.44 16.58 166.91 -
System Red Green Blue C M Y K H S L
Decimal 254 210 2 0 0.17 0.99 0.00 49.52 0.99 0.5
Hex FE D2 2 0 11 63 0 32 63 32
Octal 376 322 2 0 21 143 0 62 143 62
Binary 11111110 11010010 10 0 10001 1100011 0 110010 1100011 110010

Color Harmonies of #FED202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED202

Black with #FED202

Text Example


Text Example

White with #FED202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED202; }

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

 H1.HeaderClassName
 {
   color: #FED202;
 }
 .AnyTagClassName
 {
   color: #FED202;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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