Html Css Color HEX #FCD207 Gold

📋 copy color: '#FCD207'

red 252 ◦ green 210 ◦ blue 7

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

Shades of Gold #FCD207

Tints of Gold #FCD207

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.78%

 BLUE value IS 7 (3.13% from 255) = 1.49%

R = 53.73%
G = 44.78%
B = 1.49%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCD207 (or 0xFCD207) is known color: Gold. HEX triplet: FC, D2 and 07. RGB value is (252,210,7). Sum of RGB (Red+Green+Blue) = 252+210+7=469 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.73% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 7 (3.12% from 255 or 1.49% from 469); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD207 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD207 is #032DF8. Grayscale: #C8C8C8. Windows color (decimal): -208377 or 512764. OLE color: 512764.

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

Color convert

RGB 252 210 7 -
CMYK 0 0.17 0.97 0.01
HSL 49.71º 0.98% 0.51% -
HSV(B) 49.71º 0.97% 0.99% -
XYZ 63.23 66.8 9.76 -
YUV 199.42 19.41 165.51 -
System Red Green Blue C M Y K H S L
Decimal 252 210 7 0 0.17 0.97 0.01 49.71 0.98 0.51
Hex FC D2 7 0 11 61 1 32 62 33
Octal 374 322 7 0 21 141 1 62 142 63
Binary 11111100 11010010 111 0 10001 1100001 1 110010 1100010 110011

Color Harmonies of #FCD207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD207

Black with #FCD207

Text Example


Text Example

White with #FCD207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD207; }

 p { color: rgb(252,210,7); }

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

background-color css

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

 a { background-color: rgb(252,210,7); }

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

border-color css

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

 span { border-color: rgb(252,210,7); }

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