Html Css Color HEX #FCDC03 Golden Yellow

📋 copy color: '#FCDC03'

red 252 ◦ green 220 ◦ blue 3

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

Shades of Golden Yellow #FCDC03

Tints of Golden Yellow #FCDC03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.63%

R = 53.05%
G = 46.32%
B = 0.63%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.01

RGB Variations

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

Color information

#FCDC03 (or 0xFCDC03) is known color: Golden Yellow. HEX triplet: FC, DC and 03. RGB value is (252,220,3). Sum of RGB (Red+Green+Blue) = 252+220+3=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 3 (1.56% from 255 or 0.63% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC03 is #0323FC. Grayscale: #CDCDCD. Windows color (decimal): -205821 or 253180. OLE color: 253180.

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

Color convert

RGB 252 220 3 -
CMYK 0 0.13 0.99 0.01
HSL 52.29º 0.98% 0.5% -
HSV(B) 52.29º 0.99% 0.99% -
XYZ 65.75 71.89 10.5 -
YUV 204.83 14.1 161.64 -
System Red Green Blue C M Y K H S L
Decimal 252 220 3 0 0.13 0.99 0.01 52.29 0.98 0.5
Hex FC DC 3 0 D 63 1 34 62 32
Octal 374 334 3 0 15 143 1 64 142 62
Binary 11111100 11011100 11 0 1101 1100011 1 110100 1100010 110010

Color Harmonies of #FCDC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC03

Black with #FCDC03

Text Example


Text Example

White with #FCDC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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