Html Css Color HEX #FCE304 Golden Yellow

📋 copy color: '#FCE304'

red 252 ◦ green 227 ◦ blue 4

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

Shades of Golden Yellow #FCE304

Tints of Golden Yellow #FCE304

RGB

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

 GREEN value IS 227 (89.06% from 255) = 47%

 BLUE value IS 4 (1.95% from 255) = 0.83%

R = 52.17%
G = 47%
B = 0.83%

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

#FCE304 (or 0xFCE304) is known color: Golden Yellow. HEX triplet: FC, E3 and 04. RGB value is (252,227,4). Sum of RGB (Red+Green+Blue) = 252+227+4=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 4 (1.95% from 255 or 0.83% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE304 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE304 is #031CFB. Grayscale: #D1D1D1. Windows color (decimal): -204028 or 320508. OLE color: 320508.

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

Color convert

RGB 252 227 4 -
CMYK 0 0.10 0.98 0.01
HSL 53.95º 0.98% 0.5% -
HSV(B) 53.95º 0.98% 0.99% -
XYZ 67.64 75.64 11.15 -
YUV 209.05 12.28 158.63 -
System Red Green Blue C M Y K H S L
Decimal 252 227 4 0 0.10 0.98 0.01 53.95 0.98 0.5
Hex FC E3 4 0 A 62 1 36 62 32
Octal 374 343 4 0 12 142 1 66 142 62
Binary 11111100 11100011 100 0 1010 1100010 1 110110 1100010 110010

Color Harmonies of #FCE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE304

Black with #FCE304

Text Example


Text Example

White with #FCE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE304; }

 p { color: rgb(252,227,4); }

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

background-color css

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

 a { background-color: rgb(252,227,4); }

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

border-color css

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

 span { border-color: rgb(252,227,4); }

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