Html Css Color HEX #FCD70C Gold

📋 copy color: '#FCD70C'

red 252 ◦ green 215 ◦ blue 12

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

Shades of Gold #FCD70C

Tints of Gold #FCD70C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 2.51%

R = 52.61%
G = 44.89%
B = 2.51%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCD70C (or 0xFCD70C) is known color: Gold. HEX triplet: FC, D7 and 0C. RGB value is (252,215,12). Sum of RGB (Red+Green+Blue) = 252+215+12=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 12 (5.08% from 255 or 2.51% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD70C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD70C is #0328F3. Grayscale: #CBCBCB. Windows color (decimal): -207092 or 841724. OLE color: 841724.

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

Color convert

RGB 252 215 12 -
CMYK 0 0.15 0.95 0.01
HSL 50.75º 0.98% 0.52% -
HSV(B) 50.75º 0.95% 0.99% -
XYZ 64.51 69.32 10.33 -
YUV 202.92 20.26 163.01 -
System Red Green Blue C M Y K H S L
Decimal 252 215 12 0 0.15 0.95 0.01 50.75 0.98 0.52
Hex FC D7 C 0 F 5F 1 33 62 34
Octal 374 327 14 0 17 137 1 63 142 64
Binary 11111100 11010111 1100 0 1111 1011111 1 110011 1100010 110100

Color Harmonies of #FCD70C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD70C

Black with #FCD70C

Text Example


Text Example

White with #FCD70C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD70C; }

 p { color: rgb(252,215,12); }

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

background-color css

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

 a { background-color: rgb(252,215,12); }

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

border-color css

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

 span { border-color: rgb(252,215,12); }

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