Html Css Color HEX #FED306 Gold

📋 copy color: '#FED306'

red 254 ◦ green 211 ◦ blue 6

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

Shades of Gold #FED306

Tints of Gold #FED306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.27%

R = 53.93%
G = 44.8%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FED306 (or 0xFED306) is known color: Gold. HEX triplet: FE, D3 and 06. RGB value is (254,211,6). Sum of RGB (Red+Green+Blue) = 254+211+6=471 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.93% from 471); Green value is 211 (82.81% from 255 or 44.80% from 471); Blue value is 6 (2.73% from 255 or 1.27% from 471); Max value from RGB is 254 - color contains mainly: red. Hex color #FED306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED306 is #012CF9. Grayscale: #C9C9C9. Windows color (decimal): -77050 or 447486. OLE color: 447486.

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

Color convert

RGB 254 211 6 -
CMYK 0 0.17 0.98 0.00
HSL 49.6º 0.99% 0.51% -
HSV(B) 49.6º 0.98% 1% -
XYZ 64.2 67.67 9.85 -
YUV 200.49 18.25 166.17 -
System Red Green Blue C M Y K H S L
Decimal 254 211 6 0 0.17 0.98 0.00 49.6 0.99 0.51
Hex FE D3 6 0 11 62 0 32 63 33
Octal 376 323 6 0 21 142 0 62 143 63
Binary 11111110 11010011 110 0 10001 1100010 0 110010 1100011 110011

Color Harmonies of #FED306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED306

Black with #FED306

Text Example


Text Example

White with #FED306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED306; }

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

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

background-color css

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

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

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

border-color css

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

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

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