Html Css Color HEX #FCE400 Golden Yellow

📋 copy color: '#FCE400'

red 252 ◦ green 228 ◦ blue 0

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

Shades of Golden Yellow #FCE400

Tints of Golden Yellow #FCE400

RGB

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

 GREEN value IS 228 (89.45% from 255) = 47.5%

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

R = 52.5%
G = 47.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.01

RGB Variations

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

Color information

#FCE400 (or 0xFCE400) is known color: Golden Yellow. HEX triplet: FC, E4 and 00. RGB value is (252,228,0). Sum of RGB (Red+Green+Blue) = 252+228+0=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 228 (89.45% from 255 or 47.5% from 480); Blue value is 0 (0.39% from 255 or 0% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE400 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE400 is #031BFF. Grayscale: #D2D2D2. Windows color (decimal): -203776 or 58620. OLE color: 58620.

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

Color convert

RGB 252 228 0 -
CMYK 0 0.10 1 0.01
HSL 54.29º 1% 0.49% -
HSV(B) 54.29º 1% 0.99% -
XYZ 67.89 76.18 11.13 -
YUV 209.18 9.95 158.54 -
System Red Green Blue C M Y K H S L
Decimal 252 228 0 0 0.10 1 0.01 54.29 1 0.49
Hex FC E4 0 0 A 64 1 36 64 31
Octal 374 344 0 0 12 144 1 66 144 61
Binary 11111100 11100100 0 0 1010 1100100 1 110110 1100100 110001

Color Harmonies of #FCE400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE400

Black with #FCE400

Text Example


Text Example

White with #FCE400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE400; }

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

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

background-color css

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

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

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

border-color css

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

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

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