Html Css Color HEX #FCDF00 Golden Yellow

📋 copy color: '#FCDF00'

red 252 ◦ green 223 ◦ blue 0

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

Shades of Golden Yellow #FCDF00

Tints of Golden Yellow #FCDF00

RGB

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

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

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

R = 53.05%
G = 46.95%
B = 0%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCDF00 (or 0xFCDF00) is known color: Golden Yellow. HEX triplet: FC, DF and 00. RGB value is (252,223,0). Sum of RGB (Red+Green+Blue) = 252+223+0=475 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.05% from 475); Green value is 223 (87.5% from 255 or 46.95% from 475); Blue value is 0 (0.39% from 255 or 0% from 475); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF00 is #0320FF. Grayscale: #CFCFCF. Windows color (decimal): -205056 or 57340. OLE color: 57340.

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

Color convert

RGB 252 223 0 -
CMYK 0 0.12 1 0.01
HSL 53.1º 1% 0.49% -
HSV(B) 53.1º 1% 0.99% -
XYZ 66.53 73.47 10.67 -
YUV 206.25 11.61 160.63 -
System Red Green Blue C M Y K H S L
Decimal 252 223 0 0 0.12 1 0.01 53.1 1 0.49
Hex FC DF 0 0 C 64 1 35 64 31
Octal 374 337 0 0 14 144 1 65 144 61
Binary 11111100 11011111 0 0 1100 1100100 1 110101 1100100 110001

Color Harmonies of #FCDF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDF00

Black with #FCDF00

Text Example


Text Example

White with #FCDF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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