Html Css Color HEX #FCD703 Gold

📋 copy color: '#FCD703'

red 252 ◦ green 215 ◦ blue 3

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

Shades of Gold #FCD703

Tints of Gold #FCD703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.64%

R = 53.62%
G = 45.74%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCD703 (or 0xFCD703) is known color: Gold. HEX triplet: FC, D7 and 03. RGB value is (252,215,3). Sum of RGB (Red+Green+Blue) = 252+215+3=470 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.62% from 470); Green value is 215 (84.38% from 255 or 45.74% from 470); Blue value is 3 (1.56% from 255 or 0.64% from 470); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD703 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCD703 is #0328FC. Grayscale: #CACACA. Windows color (decimal): -207101 or 251900. OLE color: 251900.

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

Color convert

RGB 252 215 3 -
CMYK 0 0.15 0.99 0.01
HSL 51.08º 0.98% 0.5% -
HSV(B) 51.08º 0.99% 0.99% -
XYZ 64.46 69.3 10.07 -
YUV 201.9 15.76 163.74 -
System Red Green Blue C M Y K H S L
Decimal 252 215 3 0 0.15 0.99 0.01 51.08 0.98 0.5
Hex FC D7 3 0 F 63 1 33 62 32
Octal 374 327 3 0 17 143 1 63 142 62
Binary 11111100 11010111 11 0 1111 1100011 1 110011 1100010 110010

Color Harmonies of #FCD703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD703

Black with #FCD703

Text Example


Text Example

White with #FCD703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD703; }

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

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

background-color css

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

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

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

border-color css

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

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

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