Html Css Color HEX #FED402 Gold

📋 copy color: '#FED402'

red 254 ◦ green 212 ◦ blue 2

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

Shades of Gold #FED402

Tints of Gold #FED402

RGB

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

 GREEN value IS 212 (83.2% from 255) = 45.3%

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

R = 54.27%
G = 45.3%
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

#FED402 (or 0xFED402) is known color: Gold. HEX triplet: FE, D4 and 02. RGB value is (254,212,2). Sum of RGB (Red+Green+Blue) = 254+212+2=468 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.27% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 2 (1.17% from 255 or 0.43% from 468); Max value from RGB is 254 - color contains mainly: red. Hex color #FED402 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED402 is #012BFD. Grayscale: #C9C9C9. Windows color (decimal): -76798 or 185598. OLE color: 185598.

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

Color convert

RGB 254 212 2 -
CMYK 0 0.17 0.99 0.00
HSL 50º 0.99% 0.5% -
HSV(B) 50º 0.99% 1% -
XYZ 64.43 68.16 9.82 -
YUV 200.62 15.91 166.08 -
System Red Green Blue C M Y K H S L
Decimal 254 212 2 0 0.17 0.99 0.00 50 0.99 0.5
Hex FE D4 2 0 11 63 0 32 63 32
Octal 376 324 2 0 21 143 0 62 143 62
Binary 11111110 11010100 10 0 10001 1100011 0 110010 1100011 110010

Color Harmonies of #FED402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED402

Black with #FED402

Text Example


Text Example

White with #FED402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED402; }

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

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

background-color css

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

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

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

border-color css

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

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

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