Html Css Color HEX #FED30D Gold

📋 copy color: '#FED30D'

red 254 ◦ green 211 ◦ blue 13

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

Shades of Gold #FED30D

Tints of Gold #FED30D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.72%

R = 53.14%
G = 44.14%
B = 2.72%

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

#FED30D (or 0xFED30D) is known color: Gold. HEX triplet: FE, D3 and 0D. RGB value is (254,211,13). Sum of RGB (Red+Green+Blue) = 254+211+13=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 211 (82.81% from 255 or 44.14% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FED30D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED30D is #012CF2. Grayscale: #CACACA. Windows color (decimal): -77043 or 906238. OLE color: 906238.

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

Color convert

RGB 254 211 13 -
CMYK 0 0.17 0.95 0.00
HSL 49.29º 0.99% 0.52% -
HSV(B) 49.29º 0.95% 1% -
XYZ 64.24 67.69 10.06 -
YUV 201.29 21.75 165.6 -
System Red Green Blue C M Y K H S L
Decimal 254 211 13 0 0.17 0.95 0.00 49.29 0.99 0.52
Hex FE D3 D 0 11 5F 0 31 63 34
Octal 376 323 15 0 21 137 0 61 143 64
Binary 11111110 11010011 1101 0 10001 1011111 0 110001 1100011 110100

Color Harmonies of #FED30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED30D

Black with #FED30D

Text Example


Text Example

White with #FED30D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED30D; }

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

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

background-color css

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

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

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

border-color css

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

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

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