Html Css Color HEX #FCDD04 Golden Yellow

📋 copy color: '#FCDD04'

red 252 ◦ green 221 ◦ blue 4

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

Shades of Golden Yellow #FCDD04

Tints of Golden Yellow #FCDD04

RGB

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

 GREEN value IS 221 (86.72% from 255) = 46.33%

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

R = 52.83%
G = 46.33%
B = 0.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCDD04 (or 0xFCDD04) is known color: Golden Yellow. HEX triplet: FC, DD and 04. RGB value is (252,221,4). Sum of RGB (Red+Green+Blue) = 252+221+4=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 4 (1.95% from 255 or 0.84% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD04 is #0322FB. Grayscale: #CECECE. Windows color (decimal): -205564 or 318972. OLE color: 318972.

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

Color convert

RGB 252 221 4 -
CMYK 0 0.12 0.98 0.01
HSL 52.5º 0.98% 0.5% -
HSV(B) 52.5º 0.98% 0.99% -
XYZ 66.02 72.42 10.61 -
YUV 205.53 14.27 161.14 -
System Red Green Blue C M Y K H S L
Decimal 252 221 4 0 0.12 0.98 0.01 52.5 0.98 0.5
Hex FC DD 4 0 C 62 1 34 62 32
Octal 374 335 4 0 14 142 1 64 142 62
Binary 11111100 11011101 100 0 1100 1100010 1 110100 1100010 110010

Color Harmonies of #FCDD04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDD04

Black with #FCDD04

Text Example


Text Example

White with #FCDD04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDD04; }

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

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

background-color css

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

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

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

border-color css

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

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

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