Html Css Color HEX #FCE276 Sweet Corn

📋 copy color: '#FCE276'

red 252 ◦ green 226 ◦ blue 118

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

Shades of Sweet Corn #FCE276

Tints of Sweet Corn #FCE276

RGB

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

 GREEN value IS 226 (88.67% from 255) = 37.92%

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

R = 42.28%
G = 37.92%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCE276 (or 0xFCE276) is known color: Sweet Corn. HEX triplet: FC, E2 and 76. RGB value is (252,226,118). Sum of RGB (Red+Green+Blue) = 252+226+118=596 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.28% from 596); Green value is 226 (88.67% from 255 or 37.92% from 596); Blue value is 118 (46.48% from 255 or 19.80% from 596); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE276 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE276 is #031D89. Grayscale: #DDDDDD. Windows color (decimal): -204170 or 7791356. OLE color: 7791356.

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

Color convert

RGB 252 226 118 -
CMYK 0 0.10 0.53 0.01
HSL 48.36º 0.96% 0.73% -
HSV(B) 48.36º 0.53% 0.99% -
XYZ 70.61 76.4 28.16 -
YUV 221.46 69.61 149.78 -
System Red Green Blue C M Y K H S L
Decimal 252 226 118 0 0.10 0.53 0.01 48.36 0.96 0.73
Hex FC E2 76 0 A 35 1 30 60 49
Octal 374 342 166 0 12 65 1 60 140 111
Binary 11111100 11100010 1110110 0 1010 110101 1 110000 1100000 1001001

Color Harmonies of #FCE276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE276

Black with #FCE276

Text Example


Text Example

White with #FCE276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE276; }

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

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

background-color css

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

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

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

border-color css

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

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

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