Html Css Color HEX #FCE006 Golden Yellow

📋 copy color: '#FCE006'

red 252 ◦ green 224 ◦ blue 6

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

Shades of Golden Yellow #FCE006

Tints of Golden Yellow #FCE006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.24%

R = 52.28%
G = 46.47%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#FCE006 (or 0xFCE006) is known color: Golden Yellow. HEX triplet: FC, E0 and 06. RGB value is (252,224,6). Sum of RGB (Red+Green+Blue) = 252+224+6=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 224 (87.89% from 255 or 46.47% from 482); Blue value is 6 (2.73% from 255 or 1.24% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCE006 is #031FF9. Grayscale: #D0D0D0. Windows color (decimal): -204794 or 450812. OLE color: 450812.

HSL color Cylindrical-coordinate representation of color #FCE006: hue angle of 53.17º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCE006 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 224 6 -
CMYK 0 0.11 0.98 0.01
HSL 53.17º 0.98% 0.51% -
HSV(B) 53.17º 0.98% 0.99% -
XYZ 66.83 74.02 10.94 -
YUV 207.52 14.28 159.73 -
System Red Green Blue C M Y K H S L
Decimal 252 224 6 0 0.11 0.98 0.01 53.17 0.98 0.51
Hex FC E0 6 0 B 62 1 35 62 33
Octal 374 340 6 0 13 142 1 65 142 63
Binary 11111100 11100000 110 0 1011 1100010 1 110101 1100010 110011

Color Harmonies of #FCE006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE006

Black with #FCE006

Text Example


Text Example

White with #FCE006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE006; }

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

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

background-color css

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

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

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

border-color css

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

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

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