Html Css Color HEX #FED30C Gold

📋 copy color: '#FED30C'

red 254 ◦ green 211 ◦ blue 12

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

Shades of Gold #FED30C

Tints of Gold #FED30C

RGB

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

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

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

R = 53.25%
G = 44.23%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.95

 K value IS 0.00

RGB Variations

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

Color information

#FED30C (or 0xFED30C) is known color: Gold. HEX triplet: FE, D3 and 0C. RGB value is (254,211,12). Sum of RGB (Red+Green+Blue) = 254+211+12=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 211 (82.81% from 255 or 44.23% from 477); Blue value is 12 (5.08% from 255 or 2.52% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FED30C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED30C is #012CF3. Grayscale: #CACACA. Windows color (decimal): -77044 or 840702. OLE color: 840702.

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

Color convert

RGB 254 211 12 -
CMYK 0 0.17 0.95 0.00
HSL 49.34º 0.99% 0.52% -
HSV(B) 49.34º 0.95% 1% -
XYZ 64.23 67.69 10.03 -
YUV 201.17 21.25 165.68 -
System Red Green Blue C M Y K H S L
Decimal 254 211 12 0 0.17 0.95 0.00 49.34 0.99 0.52
Hex FE D3 C 0 11 5F 0 31 63 34
Octal 376 323 14 0 21 137 0 61 143 64
Binary 11111110 11010011 1100 0 10001 1011111 0 110001 1100011 110100

Color Harmonies of #FED30C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED30C

Black with #FED30C

Text Example


Text Example

White with #FED30C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED30C; }

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

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

background-color css

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

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

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

border-color css

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

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

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