Html Css Color HEX #FED60C Gold

📋 copy color: '#FED60C'

red 254 ◦ green 214 ◦ blue 12

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

Shades of Gold #FED60C

Tints of Gold #FED60C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.5%

R = 52.92%
G = 44.58%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FED60C (or 0xFED60C) is known color: Gold. HEX triplet: FE, D6 and 0C. RGB value is (254,214,12). Sum of RGB (Red+Green+Blue) = 254+214+12=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 214 (83.98% from 255 or 44.58% from 480); Blue value is 12 (5.08% from 255 or 2.5% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FED60C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED60C is #0129F3. Grayscale: #CBCBCB. Windows color (decimal): -76276 or 841470. OLE color: 841470.

HSL color Cylindrical-coordinate representation of color #FED60C: hue angle of 50.08º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FED60C is Cyan = 0, Magento = 0.16, Yellow = 0.95 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 214 12 -
CMYK 0 0.16 0.95 0.00
HSL 50.08º 0.99% 0.52% -
HSV(B) 50.08º 0.95% 1% -
XYZ 64.99 69.19 10.28 -
YUV 202.93 20.25 164.43 -
System Red Green Blue C M Y K H S L
Decimal 254 214 12 0 0.16 0.95 0.00 50.08 0.99 0.52
Hex FE D6 C 0 10 5F 0 32 63 34
Octal 376 326 14 0 20 137 0 62 143 64
Binary 11111110 11010110 1100 0 10000 1011111 0 110010 1100011 110100

Color Harmonies of #FED60C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED60C

Black with #FED60C

Text Example


Text Example

White with #FED60C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED60C; }

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

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

background-color css

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

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

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

border-color css

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

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

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