Html Css Color HEX #FED708 Gold

📋 copy color: '#FED708'

red 254 ◦ green 215 ◦ blue 8

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

Shades of Gold #FED708

Tints of Gold #FED708

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.68%

R = 53.25%
G = 45.07%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FED708 (or 0xFED708) is known color: Gold. HEX triplet: FE, D7 and 08. RGB value is (254,215,8). Sum of RGB (Red+Green+Blue) = 254+215+8=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 215 (84.38% from 255 or 45.07% from 477); Blue value is 8 (3.52% from 255 or 1.68% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FED708 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED708 is #0128F7. Grayscale: #CBCBCB. Windows color (decimal): -76024 or 579582. OLE color: 579582.

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

Color convert

RGB 254 215 8 -
CMYK 0 0.15 0.97 0.00
HSL 50.49º 0.99% 0.51% -
HSV(B) 50.49º 0.97% 1% -
XYZ 65.22 69.69 10.24 -
YUV 203.06 17.92 164.33 -
System Red Green Blue C M Y K H S L
Decimal 254 215 8 0 0.15 0.97 0.00 50.49 0.99 0.51
Hex FE D7 8 0 F 61 0 32 63 33
Octal 376 327 10 0 17 141 0 62 143 63
Binary 11111110 11010111 1000 0 1111 1100001 0 110010 1100011 110011

Color Harmonies of #FED708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED708

Black with #FED708

Text Example


Text Example

White with #FED708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED708; }

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

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

background-color css

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

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

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

border-color css

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

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

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