Html Css Color HEX #FCDC0C Golden Yellow

📋 copy color: '#FCDC0C'

red 252 ◦ green 220 ◦ blue 12

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

Shades of Golden Yellow #FCDC0C

Tints of Golden Yellow #FCDC0C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

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

R = 52.07%
G = 45.45%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.95

 K value IS 0.01

RGB Variations

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

Color information

#FCDC0C (or 0xFCDC0C) is known color: Golden Yellow. HEX triplet: FC, DC and 0C. RGB value is (252,220,12). Sum of RGB (Red+Green+Blue) = 252+220+12=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 12 (5.08% from 255 or 2.48% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC0C is #0323F3. Grayscale: #CECECE. Windows color (decimal): -205812 or 843004. OLE color: 843004.

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

Color convert

RGB 252 220 12 -
CMYK 0 0.13 0.95 0.01
HSL 52º 0.98% 0.52% -
HSV(B) 52º 0.95% 0.99% -
XYZ 65.8 71.91 10.76 -
YUV 205.86 18.6 160.91 -
System Red Green Blue C M Y K H S L
Decimal 252 220 12 0 0.13 0.95 0.01 52 0.98 0.52
Hex FC DC C 0 D 5F 1 34 62 34
Octal 374 334 14 0 15 137 1 64 142 64
Binary 11111100 11011100 1100 0 1101 1011111 1 110100 1100010 110100

Color Harmonies of #FCDC0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC0C

Black with #FCDC0C

Text Example


Text Example

White with #FCDC0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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