Html Css Color HEX #FCDE76 Sweet Corn

📋 copy color: '#FCDE76'

red 252 ◦ green 222 ◦ blue 118

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

Shades of Sweet Corn #FCDE76

Tints of Sweet Corn #FCDE76

RGB

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

 GREEN value IS 222 (87.11% from 255) = 37.5%

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

R = 42.57%
G = 37.5%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCDE76 (or 0xFCDE76) is known color: Sweet Corn. HEX triplet: FC, DE and 76. RGB value is (252,222,118). Sum of RGB (Red+Green+Blue) = 252+222+118=592 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.57% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 118 (46.48% from 255 or 19.93% from 592); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDE76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDE76 is #032189. Grayscale: #DBDBDB. Windows color (decimal): -205194 or 7790332. OLE color: 7790332.

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

Color convert

RGB 252 222 118 -
CMYK 0 0.12 0.53 0.01
HSL 46.57º 0.96% 0.73% -
HSV(B) 46.57º 0.53% 0.99% -
XYZ 69.54 74.25 27.81 -
YUV 219.11 70.94 151.46 -
System Red Green Blue C M Y K H S L
Decimal 252 222 118 0 0.12 0.53 0.01 46.57 0.96 0.73
Hex FC DE 76 0 C 35 1 2F 60 49
Octal 374 336 166 0 14 65 1 57 140 111
Binary 11111100 11011110 1110110 0 1100 110101 1 101111 1100000 1001001

Color Harmonies of #FCDE76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDE76

Black with #FCDE76

Text Example


Text Example

White with #FCDE76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDE76; }

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

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

background-color css

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

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

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

border-color css

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

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

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