Html Css Color HEX #FED603 Gold

📋 copy color: '#FED603'

red 254 ◦ green 214 ◦ blue 3

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

Shades of Gold #FED603

Tints of Gold #FED603

RGB

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

 GREEN value IS 214 (83.98% from 255) = 45.44%

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 53.93%
G = 45.44%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FED603 (or 0xFED603) is known color: Gold. HEX triplet: FE, D6 and 03. RGB value is (254,214,3). Sum of RGB (Red+Green+Blue) = 254+214+3=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 214 (83.98% from 255 or 45.44% from 471); Blue value is 3 (1.56% from 255 or 0.64% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FED603 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED603 is #0129FC. Grayscale: #CACACA. Windows color (decimal): -76285 or 251646. OLE color: 251646.

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

Color convert

RGB 254 214 3 -
CMYK 0 0.16 0.99 0.00
HSL 50.44º 0.99% 0.5% -
HSV(B) 50.44º 0.99% 1% -
XYZ 64.94 69.17 10.01 -
YUV 201.91 15.75 165.16 -
System Red Green Blue C M Y K H S L
Decimal 254 214 3 0 0.16 0.99 0.00 50.44 0.99 0.5
Hex FE D6 3 0 10 63 0 32 63 32
Octal 376 326 3 0 20 143 0 62 143 62
Binary 11111110 11010110 11 0 10000 1100011 0 110010 1100011 110010

Color Harmonies of #FED603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED603

Black with #FED603

Text Example


Text Example

White with #FED603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED603; }

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

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

background-color css

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

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

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

border-color css

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

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

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