Html Css Color HEX #FCE676 Sweet Corn

📋 copy color: '#FCE676'

red 252 ◦ green 230 ◦ blue 118

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

Shades of Sweet Corn #FCE676

Tints of Sweet Corn #FCE676

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.33%

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

R = 42%
G = 38.33%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCE676 (or 0xFCE676) is known color: Sweet Corn. HEX triplet: FC, E6 and 76. RGB value is (252,230,118). Sum of RGB (Red+Green+Blue) = 252+230+118=600 (79% of max value = 765). Red value is 252 (98.83% from 255 or 42% from 600); Green value is 230 (90.23% from 255 or 38.33% from 600); Blue value is 118 (46.48% from 255 or 19.67% from 600); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE676 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FCE676 is #031989. Grayscale: #E0E0E0. Windows color (decimal): -203146 or 7792380. OLE color: 7792380.

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

Color convert

RGB 252 230 118 -
CMYK 0 0.09 0.53 0.01
HSL 50.15º 0.96% 0.73% -
HSV(B) 50.15º 0.53% 0.99% -
XYZ 71.71 78.6 28.53 -
YUV 223.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 252 230 118 0 0.09 0.53 0.01 50.15 0.96 0.73
Hex FC E6 76 0 9 35 1 32 60 49
Octal 374 346 166 0 11 65 1 62 140 111
Binary 11111100 11100110 1110110 0 1001 110101 1 110010 1100000 1001001

Color Harmonies of #FCE676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE676

Black with #FCE676

Text Example


Text Example

White with #FCE676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE676; }

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

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

background-color css

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

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

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

border-color css

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

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

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