Html Css Color HEX #FCDC76 Sweet Corn

📋 copy color: '#FCDC76'

red 252 ◦ green 220 ◦ blue 118

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

Shades of Sweet Corn #FCDC76

Tints of Sweet Corn #FCDC76

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.29%

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

R = 42.71%
G = 37.29%
B = 20%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FCDC76 (or 0xFCDC76) is known color: Sweet Corn. HEX triplet: FC, DC and 76. RGB value is (252,220,118). Sum of RGB (Red+Green+Blue) = 252+220+118=590 (78% of max value = 765). Red value is 252 (98.83% from 255 or 42.71% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 118 (46.48% from 255 or 20% from 590); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC76 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC76 is #032389. Grayscale: #DADADA. Windows color (decimal): -205706 or 7789820. OLE color: 7789820.

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

Color convert

RGB 252 220 118 -
CMYK 0 0.13 0.53 0.01
HSL 45.67º 0.96% 0.73% -
HSV(B) 45.67º 0.53% 0.99% -
XYZ 69.01 73.19 27.63 -
YUV 217.94 71.6 152.29 -
System Red Green Blue C M Y K H S L
Decimal 252 220 118 0 0.13 0.53 0.01 45.67 0.96 0.73
Hex FC DC 76 0 D 35 1 2E 60 49
Octal 374 334 166 0 15 65 1 56 140 111
Binary 11111100 11011100 1110110 0 1101 110101 1 101110 1100000 1001001

Color Harmonies of #FCDC76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC76

Black with #FCDC76

Text Example


Text Example

White with #FCDC76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC76; }

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

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

background-color css

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

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

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

border-color css

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

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

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