Html Css Color HEX #FED300 Gold

📋 copy color: '#FED300'

red 254 ◦ green 211 ◦ blue 0

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

Shades of Gold #FED300

Tints of Gold #FED300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.62%
G = 45.38%
B = 0%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FED300 (or 0xFED300) is known color: Gold. HEX triplet: FE, D3 and 00. RGB value is (254,211,0). Sum of RGB (Red+Green+Blue) = 254+211+0=465 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.62% from 465); Green value is 211 (82.81% from 255 or 45.38% from 465); Blue value is 0 (0.39% from 255 or 0% from 465); Max value from RGB is 254 - color contains mainly: red. Hex color #FED300 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED300 is #012CFF. Grayscale: #C8C8C8. Windows color (decimal): -77056 or 54270. OLE color: 54270.

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

Color convert

RGB 254 211 0 -
CMYK 0 0.17 1 0.00
HSL 49.84º 1% 0.5% -
HSV(B) 49.84º 1% 1% -
XYZ 64.17 67.66 9.68 -
YUV 199.8 15.25 166.66 -
System Red Green Blue C M Y K H S L
Decimal 254 211 0 0 0.17 1 0.00 49.84 1 0.5
Hex FE D3 0 0 11 64 0 32 64 32
Octal 376 323 0 0 21 144 0 62 144 62
Binary 11111110 11010011 0 0 10001 1100100 0 110010 1100100 110010

Color Harmonies of #FED300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED300

Black with #FED300

Text Example


Text Example

White with #FED300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED300; }

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

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

background-color css

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

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

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

border-color css

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

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

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