Html Css Color HEX #FCE000 Golden Yellow

📋 copy color: '#FCE000'

red 252 ◦ green 224 ◦ blue 0

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

Shades of Golden Yellow #FCE000

Tints of Golden Yellow #FCE000

RGB

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

 GREEN value IS 224 (87.89% from 255) = 47.06%

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

R = 52.94%
G = 47.06%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCE000 (or 0xFCE000) is known color: Golden Yellow. HEX triplet: FC, E0 and 00. RGB value is (252,224,0). Sum of RGB (Red+Green+Blue) = 252+224+0=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 224 (87.89% from 255 or 47.06% from 476); Blue value is 0 (0.39% from 255 or 0% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE000 is #031FFF. Grayscale: #CFCFCF. Windows color (decimal): -204800 or 57596. OLE color: 57596.

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

Color convert

RGB 252 224 0 -
CMYK 0 0.11 1 0.01
HSL 53.33º 1% 0.49% -
HSV(B) 53.33º 1% 0.99% -
XYZ 66.8 74.01 10.76 -
YUV 206.84 11.28 160.21 -
System Red Green Blue C M Y K H S L
Decimal 252 224 0 0 0.11 1 0.01 53.33 1 0.49
Hex FC E0 0 0 B 64 1 35 64 31
Octal 374 340 0 0 13 144 1 65 144 61
Binary 11111100 11100000 0 0 1011 1100100 1 110101 1100100 110001

Color Harmonies of #FCE000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE000

Black with #FCE000

Text Example


Text Example

White with #FCE000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE000; }

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

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

background-color css

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

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

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

border-color css

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

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

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