Html Css Color HEX #FCD611 Gold

📋 copy color: '#FCD611'

red 252 ◦ green 214 ◦ blue 17

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

Shades of Gold #FCD611

Tints of Gold #FCD611

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.52%

R = 52.17%
G = 44.31%
B = 3.52%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.93

 K value IS 0.01

RGB Variations

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

Color information

#FCD611 (or 0xFCD611) is known color: Gold. HEX triplet: FC, D6 and 11. RGB value is (252,214,17). Sum of RGB (Red+Green+Blue) = 252+214+17=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 214 (83.98% from 255 or 44.31% from 483); Blue value is 17 (7.03% from 255 or 3.52% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD611 is #0329EE. Grayscale: #CBCBCB. Windows color (decimal): -207343 or 1169148. OLE color: 1169148.

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

Color convert

RGB 252 214 17 -
CMYK 0 0.15 0.93 0.01
HSL 50.3º 0.98% 0.53% -
HSV(B) 50.3º 0.93% 0.99% -
XYZ 64.29 68.83 10.43 -
YUV 202.9 23.09 163.02 -
System Red Green Blue C M Y K H S L
Decimal 252 214 17 0 0.15 0.93 0.01 50.3 0.98 0.53
Hex FC D6 11 0 F 5D 1 32 62 35
Octal 374 326 21 0 17 135 1 62 142 65
Binary 11111100 11010110 10001 0 1111 1011101 1 110010 1100010 110101

Color Harmonies of #FCD611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD611

Black with #FCD611

Text Example


Text Example

White with #FCD611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD611; }

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

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

background-color css

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

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

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

border-color css

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

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

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