Html Css Color HEX #FCE976 Sweet Corn

📋 copy color: '#FCE976'

red 252 ◦ green 233 ◦ blue 118

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

Shades of Sweet Corn #FCE976

Tints of Sweet Corn #FCE976

RGB

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

 GREEN value IS 233 (91.41% from 255) = 38.64%

 BLUE value IS 118 (46.48% from 255) = 19.57%

R = 41.79%
G = 38.64%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCE976 (or 0xFCE976) is known color: Sweet Corn. HEX triplet: FC, E9 and 76. RGB value is (252,233,118). Sum of RGB (Red+Green+Blue) = 252+233+118=603 (79% of max value = 765). Red value is 252 (98.83% from 255 or 41.79% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 118 (46.48% from 255 or 19.57% from 603); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE976 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE976 is #031689. Grayscale: #E2E2E2. Windows color (decimal): -202378 or 7793148. OLE color: 7793148.

HSL color Cylindrical-coordinate representation of color #FCE976: hue angle of 51.49º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FCE976 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 233 118 -
CMYK 0 0.08 0.53 0.01
HSL 51.49º 0.96% 0.73% -
HSV(B) 51.49º 0.53% 0.99% -
XYZ 72.55 80.28 28.81 -
YUV 225.57 67.29 146.85 -
System Red Green Blue C M Y K H S L
Decimal 252 233 118 0 0.08 0.53 0.01 51.49 0.96 0.73
Hex FC E9 76 0 8 35 1 33 60 49
Octal 374 351 166 0 10 65 1 63 140 111
Binary 11111100 11101001 1110110 0 1000 110101 1 110011 1100000 1001001

Color Harmonies of #FCE976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE976

Black with #FCE976

Text Example


Text Example

White with #FCE976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE976; }

 p { color: rgb(252,233,118); }

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

background-color css

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

 a { background-color: rgb(252,233,118); }

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

border-color css

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

 span { border-color: rgb(252,233,118); }

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