Html Css Color HEX #FCE205 Golden Yellow

📋 copy color: '#FCE205'

red 252 ◦ green 226 ◦ blue 5

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

Shades of Golden Yellow #FCE205

Tints of Golden Yellow #FCE205

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.79%

 BLUE value IS 5 (2.34% from 255) = 1.04%

R = 52.17%
G = 46.79%
B = 1.04%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCE205 (or 0xFCE205) is known color: Golden Yellow. HEX triplet: FC, E2 and 05. RGB value is (252,226,5). Sum of RGB (Red+Green+Blue) = 252+226+5=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 5 (2.34% from 255 or 1.04% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE205 is #031DFA. Grayscale: #D1D1D1. Windows color (decimal): -204283 or 385788. OLE color: 385788.

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

Color convert

RGB 252 226 5 -
CMYK 0 0.10 0.98 0.01
HSL 53.68º 0.98% 0.5% -
HSV(B) 53.68º 0.98% 0.99% -
XYZ 67.37 75.1 11.09 -
YUV 208.58 13.11 158.97 -
System Red Green Blue C M Y K H S L
Decimal 252 226 5 0 0.10 0.98 0.01 53.68 0.98 0.5
Hex FC E2 5 0 A 62 1 36 62 32
Octal 374 342 5 0 12 142 1 66 142 62
Binary 11111100 11100010 101 0 1010 1100010 1 110110 1100010 110010

Color Harmonies of #FCE205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE205

Black with #FCE205

Text Example


Text Example

White with #FCE205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE205; }

 p { color: rgb(252,226,5); }

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

background-color css

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

 a { background-color: rgb(252,226,5); }

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

border-color css

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

 span { border-color: rgb(252,226,5); }

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