Html Css Color HEX #FCDC01 Golden Yellow

📋 copy color: '#FCDC01'

red 252 ◦ green 220 ◦ blue 1

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

Shades of Golden Yellow #FCDC01

Tints of Golden Yellow #FCDC01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.21%

R = 53.28%
G = 46.51%
B = 0.21%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1.00

 K value IS 0.01

RGB Variations

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

Color information

#FCDC01 (or 0xFCDC01) is known color: Golden Yellow. HEX triplet: FC, DC and 01. RGB value is (252,220,1). Sum of RGB (Red+Green+Blue) = 252+220+1=473 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.28% from 473); Green value is 220 (86.33% from 255 or 46.51% from 473); Blue value is 1 (0.78% from 255 or 0.21% from 473); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC01 is #0323FE. Grayscale: #CDCDCD. Windows color (decimal): -205823 or 122108. OLE color: 122108.

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

Color convert

RGB 252 220 1 -
CMYK 0 0.13 1.00 0.01
HSL 52.35º 0.99% 0.5% -
HSV(B) 52.35º 1% 0.99% -
XYZ 65.74 71.88 10.44 -
YUV 204.6 13.1 161.81 -
System Red Green Blue C M Y K H S L
Decimal 252 220 1 0 0.13 1.00 0.01 52.35 0.99 0.5
Hex FC DC 1 0 D 64 1 34 63 32
Octal 374 334 1 0 15 144 1 64 143 62
Binary 11111100 11011100 1 0 1101 1100100 1 110100 1100011 110010

Color Harmonies of #FCDC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC01

Black with #FCDC01

Text Example


Text Example

White with #FCDC01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC01; }

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

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

background-color css

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

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

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

border-color css

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

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

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