Html Css Color HEX #FCDE08 Golden Yellow

📋 copy color: '#FCDE08'

red 252 ◦ green 222 ◦ blue 8

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

Shades of Golden Yellow #FCDE08

Tints of Golden Yellow #FCDE08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 1.66%

R = 52.28%
G = 46.06%
B = 1.66%

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

#FCDE08 (or 0xFCDE08) is known color: Golden Yellow. HEX triplet: FC, DE and 08. RGB value is (252,222,8). Sum of RGB (Red+Green+Blue) = 252+222+8=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 222 (87.11% from 255 or 46.06% from 482); Blue value is 8 (3.52% from 255 or 1.66% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDE08 is #0321F7. Grayscale: #CFCFCF. Windows color (decimal): -205304 or 581372. OLE color: 581372.

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

Color convert

RGB 252 222 8 -
CMYK 0 0.12 0.97 0.01
HSL 52.62º 0.98% 0.51% -
HSV(B) 52.62º 0.97% 0.99% -
XYZ 66.31 72.96 10.82 -
YUV 206.57 15.94 160.4 -
System Red Green Blue C M Y K H S L
Decimal 252 222 8 0 0.12 0.97 0.01 52.62 0.98 0.51
Hex FC DE 8 0 C 61 1 35 62 33
Octal 374 336 10 0 14 141 1 65 142 63
Binary 11111100 11011110 1000 0 1100 1100001 1 110101 1100010 110011

Color Harmonies of #FCDE08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE08

Black with #FCDE08

Text Example


Text Example

White with #FCDE08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE08; }

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

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

background-color css

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

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

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

border-color css

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

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

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