Html Css Color HEX #FCDC05 Golden Yellow

📋 copy color: '#FCDC05'

red 252 ◦ green 220 ◦ blue 5

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

Shades of Golden Yellow #FCDC05

Tints of Golden Yellow #FCDC05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.05%

R = 52.83%
G = 46.12%
B = 1.05%

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

#FCDC05 (or 0xFCDC05) is known color: Golden Yellow. HEX triplet: FC, DC and 05. RGB value is (252,220,5). Sum of RGB (Red+Green+Blue) = 252+220+5=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 5 (2.34% from 255 or 1.05% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC05 is #0323FA. Grayscale: #CDCDCD. Windows color (decimal): -205819 or 384252. OLE color: 384252.

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

Color convert

RGB 252 220 5 -
CMYK 0 0.13 0.98 0.01
HSL 52.23º 0.98% 0.5% -
HSV(B) 52.23º 0.98% 0.99% -
XYZ 65.77 71.89 10.55 -
YUV 205.06 15.1 161.48 -
System Red Green Blue C M Y K H S L
Decimal 252 220 5 0 0.13 0.98 0.01 52.23 0.98 0.5
Hex FC DC 5 0 D 62 1 34 62 32
Octal 374 334 5 0 15 142 1 64 142 62
Binary 11111100 11011100 101 0 1101 1100010 1 110100 1100010 110010

Color Harmonies of #FCDC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC05

Black with #FCDC05

Text Example


Text Example

White with #FCDC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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