Html Css Color HEX #FCE500 Golden Yellow

📋 copy color: '#FCE500'

red 252 ◦ green 229 ◦ blue 0

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

Shades of Golden Yellow #FCE500

Tints of Golden Yellow #FCE500

RGB

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

 GREEN value IS 229 (89.84% from 255) = 47.61%

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

R = 52.39%
G = 47.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCE500 (or 0xFCE500) is known color: Golden Yellow. HEX triplet: FC, E5 and 00. RGB value is (252,229,0). Sum of RGB (Red+Green+Blue) = 252+229+0=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 229 (89.84% from 255 or 47.61% from 481); Blue value is 0 (0.39% from 255 or 0% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE500 is #031AFF. Grayscale: #D2D2D2. Windows color (decimal): -203520 or 58876. OLE color: 58876.

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

Color convert

RGB 252 229 0 -
CMYK 0 0.09 1 0.01
HSL 54.52º 1% 0.49% -
HSV(B) 54.52º 1% 0.99% -
XYZ 68.16 76.73 11.22 -
YUV 209.77 9.62 158.12 -
System Red Green Blue C M Y K H S L
Decimal 252 229 0 0 0.09 1 0.01 54.52 1 0.49
Hex FC E5 0 0 9 64 1 37 64 31
Octal 374 345 0 0 11 144 1 67 144 61
Binary 11111100 11100101 0 0 1001 1100100 1 110111 1100100 110001

Color Harmonies of #FCE500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE500

Black with #FCE500

Text Example


Text Example

White with #FCE500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE500; }

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

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

background-color css

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

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

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

border-color css

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

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

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