Html Css Color HEX #FED608 Gold

📋 copy color: '#FED608'

red 254 ◦ green 214 ◦ blue 8

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

Shades of Gold #FED608

Tints of Gold #FED608

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.96%

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

R = 53.36%
G = 44.96%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.97

 K value IS 0.00

RGB Variations

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

Color information

#FED608 (or 0xFED608) is known color: Gold. HEX triplet: FE, D6 and 08. RGB value is (254,214,8). Sum of RGB (Red+Green+Blue) = 254+214+8=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 214 (83.98% from 255 or 44.96% from 476); Blue value is 8 (3.52% from 255 or 1.68% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FED608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FED608 is #0129F7. Grayscale: #CBCBCB. Windows color (decimal): -76280 or 579326. OLE color: 579326.

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

Color convert

RGB 254 214 8 -
CMYK 0 0.16 0.97 0.00
HSL 50.24º 0.99% 0.51% -
HSV(B) 50.24º 0.97% 1% -
XYZ 64.96 69.18 10.16 -
YUV 202.48 18.25 164.75 -
System Red Green Blue C M Y K H S L
Decimal 254 214 8 0 0.16 0.97 0.00 50.24 0.99 0.51
Hex FE D6 8 0 10 61 0 32 63 33
Octal 376 326 10 0 20 141 0 62 143 63
Binary 11111110 11010110 1000 0 10000 1100001 0 110010 1100011 110011

Color Harmonies of #FED608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED608

Black with #FED608

Text Example


Text Example

White with #FED608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED608; }

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

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

background-color css

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

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

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

border-color css

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

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

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