Html Css Color HEX #FCE16F Sweet Corn

📋 copy color: '#FCE16F'

red 252 ◦ green 225 ◦ blue 111

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

Shades of Sweet Corn #FCE16F

Tints of Sweet Corn #FCE16F

RGB

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

 GREEN value IS 225 (88.28% from 255) = 38.27%

 BLUE value IS 111 (43.75% from 255) = 18.88%

R = 42.86%
G = 38.27%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCE16F (or 0xFCE16F) is known color: Sweet Corn. HEX triplet: FC, E1 and 6F. RGB value is (252,225,111). Sum of RGB (Red+Green+Blue) = 252+225+111=588 (77% of max value = 765). Red value is 252 (98.83% from 255 or 42.86% from 588); Green value is 225 (88.28% from 255 or 38.27% from 588); Blue value is 111 (43.75% from 255 or 18.88% from 588); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE16F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE16F is #031E90. Grayscale: #DCDCDC. Windows color (decimal): -204433 or 7332348. OLE color: 7332348.

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

Color convert

RGB 252 225 111 -
CMYK 0 0.11 0.56 0.01
HSL 48.51º 0.96% 0.71% -
HSV(B) 48.51º 0.56% 0.99% -
XYZ 69.94 75.69 25.96 -
YUV 220.08 66.45 150.77 -
System Red Green Blue C M Y K H S L
Decimal 252 225 111 0 0.11 0.56 0.01 48.51 0.96 0.71
Hex FC E1 6F 0 B 38 1 31 60 47
Octal 374 341 157 0 13 70 1 61 140 107
Binary 11111100 11100001 1101111 0 1011 111000 1 110001 1100000 1000111

Color Harmonies of #FCE16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE16F

Black with #FCE16F

Text Example


Text Example

White with #FCE16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE16F; }

 p { color: rgb(252,225,111); }

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

background-color css

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

 a { background-color: rgb(252,225,111); }

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

border-color css

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

 span { border-color: rgb(252,225,111); }

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