Html Css Color HEX #FCDC00 Golden Yellow

📋 copy color: '#FCDC00'

red 252 ◦ green 220 ◦ blue 0

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

Shades of Golden Yellow #FCDC00

Tints of Golden Yellow #FCDC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 53.39%
G = 46.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCDC00 (or 0xFCDC00) is known color: Golden Yellow. HEX triplet: FC, DC and 00. RGB value is (252,220,0). Sum of RGB (Red+Green+Blue) = 252+220+0=472 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.39% from 472); Green value is 220 (86.33% from 255 or 46.61% from 472); Blue value is 0 (0.39% from 255 or 0% from 472); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC00 is #0323FF. Grayscale: #CDCDCD. Windows color (decimal): -205824 or 56572. OLE color: 56572.

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

Color convert

RGB 252 220 0 -
CMYK 0 0.13 1 0.01
HSL 52.38º 1% 0.49% -
HSV(B) 52.38º 1% 0.99% -
XYZ 65.74 71.88 10.41 -
YUV 204.49 12.6 161.89 -
System Red Green Blue C M Y K H S L
Decimal 252 220 0 0 0.13 1 0.01 52.38 1 0.49
Hex FC DC 0 0 D 64 1 34 64 31
Octal 374 334 0 0 15 144 1 64 144 61
Binary 11111100 11011100 0 0 1101 1100100 1 110100 1100100 110001

Color Harmonies of #FCDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC00

Black with #FCDC00

Text Example


Text Example

White with #FCDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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