Html Css Color HEX #FCDE07 Golden Yellow

📋 copy color: '#FCDE07'

red 252 ◦ green 222 ◦ blue 7

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

Shades of Golden Yellow #FCDE07

Tints of Golden Yellow #FCDE07

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.15%

 BLUE value IS 7 (3.13% from 255) = 1.46%

R = 52.39%
G = 46.15%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.01

RGB Variations

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

Color information

#FCDE07 (or 0xFCDE07) is known color: Golden Yellow. HEX triplet: FC, DE and 07. RGB value is (252,222,7). Sum of RGB (Red+Green+Blue) = 252+222+7=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 222 (87.11% from 255 or 46.15% from 481); Blue value is 7 (3.12% from 255 or 1.46% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDE07 is #0321F8. Grayscale: #CFCFCF. Windows color (decimal): -205305 or 515836. OLE color: 515836.

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

Color convert

RGB 252 222 7 -
CMYK 0 0.12 0.97 0.01
HSL 52.65º 0.98% 0.51% -
HSV(B) 52.65º 0.97% 0.99% -
XYZ 66.3 72.95 10.79 -
YUV 206.46 15.44 160.48 -
System Red Green Blue C M Y K H S L
Decimal 252 222 7 0 0.12 0.97 0.01 52.65 0.98 0.51
Hex FC DE 7 0 C 61 1 35 62 33
Octal 374 336 7 0 14 141 1 65 142 63
Binary 11111100 11011110 111 0 1100 1100001 1 110101 1100010 110011

Color Harmonies of #FCDE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE07

Black with #FCDE07

Text Example


Text Example

White with #FCDE07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE07; }

 p { color: rgb(252,222,7); }

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

background-color css

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

 a { background-color: rgb(252,222,7); }

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

border-color css

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

 span { border-color: rgb(252,222,7); }

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