Html Css Color HEX #FCDC04 Golden Yellow

📋 copy color: '#FCDC04'

red 252 ◦ green 220 ◦ blue 4

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

Shades of Golden Yellow #FCDC04

Tints of Golden Yellow #FCDC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 0.84%

R = 52.94%
G = 46.22%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCDC04 (or 0xFCDC04) is known color: Golden Yellow. HEX triplet: FC, DC and 04. RGB value is (252,220,4). Sum of RGB (Red+Green+Blue) = 252+220+4=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 4 (1.95% from 255 or 0.84% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC04 is #0323FB. Grayscale: #CDCDCD. Windows color (decimal): -205820 or 318716. OLE color: 318716.

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

Color convert

RGB 252 220 4 -
CMYK 0 0.13 0.98 0.01
HSL 52.26º 0.98% 0.5% -
HSV(B) 52.26º 0.98% 0.99% -
XYZ 65.76 71.89 10.53 -
YUV 204.94 14.6 161.56 -
System Red Green Blue C M Y K H S L
Decimal 252 220 4 0 0.13 0.98 0.01 52.26 0.98 0.5
Hex FC DC 4 0 D 62 1 34 62 32
Octal 374 334 4 0 15 142 1 64 142 62
Binary 11111100 11011100 100 0 1101 1100010 1 110100 1100010 110010

Color Harmonies of #FCDC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC04

Black with #FCDC04

Text Example


Text Example

White with #FCDC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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