Html Css Color HEX #FCD608 Gold

📋 copy color: '#FCD608'

red 252 ◦ green 214 ◦ blue 8

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

Shades of Gold #FCD608

Tints of Gold #FCD608

RGB

 RED value IS 252 (98.83% from 255) = 53.16%

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

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

R = 53.16%
G = 45.15%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCD608 (or 0xFCD608) is known color: Gold. HEX triplet: FC, D6 and 08. RGB value is (252,214,8). Sum of RGB (Red+Green+Blue) = 252+214+8=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 8 (3.52% from 255 or 1.69% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD608 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD608 is #0329F7. Grayscale: #CACACA. Windows color (decimal): -207352 or 579324. OLE color: 579324.

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

Color convert

RGB 252 214 8 -
CMYK 0 0.15 0.97 0.01
HSL 50.66º 0.98% 0.51% -
HSV(B) 50.66º 0.97% 0.99% -
XYZ 64.24 68.81 10.13 -
YUV 201.88 18.59 163.75 -
System Red Green Blue C M Y K H S L
Decimal 252 214 8 0 0.15 0.97 0.01 50.66 0.98 0.51
Hex FC D6 8 0 F 61 1 33 62 33
Octal 374 326 10 0 17 141 1 63 142 63
Binary 11111100 11010110 1000 0 1111 1100001 1 110011 1100010 110011

Color Harmonies of #FCD608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD608

Black with #FCD608

Text Example


Text Example

White with #FCD608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD608; }

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

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

background-color css

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

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

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

border-color css

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

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

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