Html Css Color HEX #FED30F Gold

📋 copy color: '#FED30F'

red 254 ◦ green 211 ◦ blue 15

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

Shades of Gold #FED30F

Tints of Gold #FED30F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.13%

R = 52.92%
G = 43.96%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FED30F (or 0xFED30F) is known color: Gold. HEX triplet: FE, D3 and 0F. RGB value is (254,211,15). Sum of RGB (Red+Green+Blue) = 254+211+15=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 211 (82.81% from 255 or 43.96% from 480); Blue value is 15 (6.25% from 255 or 3.12% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FED30F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED30F is #012CF0. Grayscale: #CACACA. Windows color (decimal): -77041 or 1037310. OLE color: 1037310.

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

Color convert

RGB 254 211 15 -
CMYK 0 0.17 0.94 0.00
HSL 49.21º 0.99% 0.53% -
HSV(B) 49.21º 0.94% 1% -
XYZ 64.25 67.69 10.13 -
YUV 201.51 22.75 165.44 -
System Red Green Blue C M Y K H S L
Decimal 254 211 15 0 0.17 0.94 0.00 49.21 0.99 0.53
Hex FE D3 F 0 11 5E 0 31 63 35
Octal 376 323 17 0 21 136 0 61 143 65
Binary 11111110 11010011 1111 0 10001 1011110 0 110001 1100011 110101

Color Harmonies of #FED30F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED30F

Black with #FED30F

Text Example


Text Example

White with #FED30F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED30F; }

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

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

background-color css

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

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

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

border-color css

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

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

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