Html Css Color HEX #FED60B Gold

📋 copy color: '#FED60B'

red 254 ◦ green 214 ◦ blue 11

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

Shades of Gold #FED60B

Tints of Gold #FED60B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.3%

R = 53.03%
G = 44.68%
B = 2.3%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FED60B (or 0xFED60B) is known color: Gold. HEX triplet: FE, D6 and 0B. RGB value is (254,214,11). Sum of RGB (Red+Green+Blue) = 254+214+11=479 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.03% from 479); Green value is 214 (83.98% from 255 or 44.68% from 479); Blue value is 11 (4.69% from 255 or 2.30% from 479); Max value from RGB is 254 - color contains mainly: red. Hex color #FED60B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED60B is #0129F4. Grayscale: #CBCBCB. Windows color (decimal): -76277 or 775934. OLE color: 775934.

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

Color convert

RGB 254 214 11 -
CMYK 0 0.16 0.96 0.00
HSL 50.12º 0.99% 0.52% -
HSV(B) 50.12º 0.96% 1% -
XYZ 64.98 69.19 10.25 -
YUV 202.82 19.75 164.51 -
System Red Green Blue C M Y K H S L
Decimal 254 214 11 0 0.16 0.96 0.00 50.12 0.99 0.52
Hex FE D6 B 0 10 60 0 32 63 34
Octal 376 326 13 0 20 140 0 62 143 64
Binary 11111110 11010110 1011 0 10000 1100000 0 110010 1100011 110100

Color Harmonies of #FED60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED60B

Black with #FED60B

Text Example


Text Example

White with #FED60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED60B; }

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

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

background-color css

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

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

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

border-color css

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

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

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