Html Css Color HEX #FCE16D Sweet Corn

📋 copy color: '#FCE16D'

red 252 ◦ green 225 ◦ blue 109

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

Shades of Sweet Corn #FCE16D

Tints of Sweet Corn #FCE16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 18.6%

R = 43%
G = 38.4%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCE16D (or 0xFCE16D) is known color: Sweet Corn. HEX triplet: FC, E1 and 6D. RGB value is (252,225,109). Sum of RGB (Red+Green+Blue) = 252+225+109=586 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.00% from 586); Green value is 225 (88.28% from 255 or 38.40% from 586); Blue value is 109 (42.97% from 255 or 18.60% from 586); Max value from RGB is 252 - color contains mainly: red. Hex color #FCE16D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCE16D is #031E92. Grayscale: #DCDCDC. Windows color (decimal): -204435 or 7201276. OLE color: 7201276.

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

Color convert

RGB 252 225 109 -
CMYK 0 0.11 0.57 0.01
HSL 48.67º 0.96% 0.71% -
HSV(B) 48.67º 0.57% 0.99% -
XYZ 69.83 75.65 25.39 -
YUV 219.85 65.45 150.93 -
System Red Green Blue C M Y K H S L
Decimal 252 225 109 0 0.11 0.57 0.01 48.67 0.96 0.71
Hex FC E1 6D 0 B 39 1 31 60 47
Octal 374 341 155 0 13 71 1 61 140 107
Binary 11111100 11100001 1101101 0 1011 111001 1 110001 1100000 1000111

Color Harmonies of #FCE16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCE16D

Black with #FCE16D

Text Example


Text Example

White with #FCE16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCE16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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