Html Css Color HEX #FED40B Gold

📋 copy color: '#FED40B'

red 254 ◦ green 212 ◦ blue 11

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

Shades of Gold #FED40B

Tints of Gold #FED40B

RGB

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

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

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

R = 53.25%
G = 44.44%
B = 2.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FED40B (or 0xFED40B) is known color: Gold. HEX triplet: FE, D4 and 0B. RGB value is (254,212,11). Sum of RGB (Red+Green+Blue) = 254+212+11=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 212 (83.20% from 255 or 44.44% from 477); Blue value is 11 (4.69% from 255 or 2.31% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FED40B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED40B is #012BF4. Grayscale: #CACACA. Windows color (decimal): -76789 or 775422. OLE color: 775422.

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

Color convert

RGB 254 212 11 -
CMYK 0 0.17 0.96 0.00
HSL 49.63º 0.99% 0.52% -
HSV(B) 49.63º 0.96% 1% -
XYZ 64.48 68.18 10.08 -
YUV 201.64 20.41 165.34 -
System Red Green Blue C M Y K H S L
Decimal 254 212 11 0 0.17 0.96 0.00 49.63 0.99 0.52
Hex FE D4 B 0 11 60 0 32 63 34
Octal 376 324 13 0 21 140 0 62 143 64
Binary 11111110 11010100 1011 0 10001 1100000 0 110010 1100011 110100

Color Harmonies of #FED40B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED40B

Black with #FED40B

Text Example


Text Example

White with #FED40B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED40B; }

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

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

background-color css

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

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

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

border-color css

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

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

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