Html Css Color HEX #FED30A Gold

📋 copy color: '#FED30A'

red 254 ◦ green 211 ◦ blue 10

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

Shades of Gold #FED30A

Tints of Gold #FED30A

RGB

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

 GREEN value IS 211 (82.81% from 255) = 44.42%

 BLUE value IS 10 (4.3% from 255) = 2.11%

R = 53.47%
G = 44.42%
B = 2.11%

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

#FED30A (or 0xFED30A) is known color: Gold. HEX triplet: FE, D3 and 0A. RGB value is (254,211,10). Sum of RGB (Red+Green+Blue) = 254+211+10=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 211 (82.81% from 255 or 44.42% from 475); Blue value is 10 (4.30% from 255 or 2.11% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FED30A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED30A is #012CF5. Grayscale: #C9C9C9. Windows color (decimal): -77046 or 709630. OLE color: 709630.

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

Color convert

RGB 254 211 10 -
CMYK 0 0.17 0.96 0.00
HSL 49.43º 0.99% 0.52% -
HSV(B) 49.43º 0.96% 1% -
XYZ 64.22 67.68 9.97 -
YUV 200.94 20.25 165.84 -
System Red Green Blue C M Y K H S L
Decimal 254 211 10 0 0.17 0.96 0.00 49.43 0.99 0.52
Hex FE D3 A 0 11 60 0 31 63 34
Octal 376 323 12 0 21 140 0 61 143 64
Binary 11111110 11010011 1010 0 10001 1100000 0 110001 1100011 110100

Color Harmonies of #FED30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED30A

Black with #FED30A

Text Example


Text Example

White with #FED30A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED30A; }

 p { color: rgb(254,211,10); }

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

background-color css

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

 a { background-color: rgb(254,211,10); }

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

border-color css

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

 span { border-color: rgb(254,211,10); }

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