Html Css Color HEX #FCDF04 Golden Yellow

📋 copy color: '#FCDF04'

red 252 ◦ green 223 ◦ blue 4

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

Shades of Golden Yellow #FCDF04

Tints of Golden Yellow #FCDF04

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.56%

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

R = 52.61%
G = 46.56%
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

#FCDF04 (or 0xFCDF04) is known color: Golden Yellow. HEX triplet: FC, DF and 04. RGB value is (252,223,4). Sum of RGB (Red+Green+Blue) = 252+223+4=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 4 (1.95% from 255 or 0.84% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF04 is #0320FB. Grayscale: #CFCFCF. Windows color (decimal): -205052 or 319484. OLE color: 319484.

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

Color convert

RGB 252 223 4 -
CMYK 0 0.12 0.98 0.01
HSL 52.98º 0.98% 0.5% -
HSV(B) 52.98º 0.98% 0.99% -
XYZ 66.55 73.48 10.79 -
YUV 206.71 13.61 160.31 -
System Red Green Blue C M Y K H S L
Decimal 252 223 4 0 0.12 0.98 0.01 52.98 0.98 0.5
Hex FC DF 4 0 C 62 1 35 62 32
Octal 374 337 4 0 14 142 1 65 142 62
Binary 11111100 11011111 100 0 1100 1100010 1 110101 1100010 110010

Color Harmonies of #FCDF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF04

Black with #FCDF04

Text Example


Text Example

White with #FCDF04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF04; }

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

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

background-color css

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

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

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

border-color css

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

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

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