Html Css Color HEX #FED706 Gold

📋 copy color: '#FED706'

red 254 ◦ green 215 ◦ blue 6

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

Shades of Gold #FED706

Tints of Gold #FED706

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.26%

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

R = 53.47%
G = 45.26%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FED706 (or 0xFED706) is known color: Gold. HEX triplet: FE, D7 and 06. RGB value is (254,215,6). Sum of RGB (Red+Green+Blue) = 254+215+6=475 (62% of max value = 765). Red value is 254 (99.61% from 255 or 53.47% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 6 (2.73% from 255 or 1.26% from 475); Max value from RGB is 254 - color contains mainly: red. Hex color #FED706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED706 is #0128F9. Grayscale: #CBCBCB. Windows color (decimal): -76026 or 448510. OLE color: 448510.

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

Color convert

RGB 254 215 6 -
CMYK 0 0.15 0.98 0.00
HSL 50.56º 0.99% 0.51% -
HSV(B) 50.56º 0.98% 1% -
XYZ 65.21 69.68 10.19 -
YUV 202.84 16.92 164.49 -
System Red Green Blue C M Y K H S L
Decimal 254 215 6 0 0.15 0.98 0.00 50.56 0.99 0.51
Hex FE D7 6 0 F 62 0 33 63 33
Octal 376 327 6 0 17 142 0 63 143 63
Binary 11111110 11010111 110 0 1111 1100010 0 110011 1100011 110011

Color Harmonies of #FED706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED706

Black with #FED706

Text Example


Text Example

White with #FED706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED706; }

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

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

background-color css

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

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

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

border-color css

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

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

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