Html Css Color HEX #FCDC6F Sweet Corn

📋 copy color: '#FCDC6F'

red 252 ◦ green 220 ◦ blue 111

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

Shades of Sweet Corn #FCDC6F

Tints of Sweet Corn #FCDC6F

RGB

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

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

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

R = 43.22%
G = 37.74%
B = 19.04%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCDC6F (or 0xFCDC6F) is known color: Sweet Corn. HEX triplet: FC, DC and 6F. RGB value is (252,220,111). Sum of RGB (Red+Green+Blue) = 252+220+111=583 (77% of max value = 765). Red value is 252 (98.83% from 255 or 43.22% from 583); Green value is 220 (86.33% from 255 or 37.74% from 583); Blue value is 111 (43.75% from 255 or 19.04% from 583); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC6F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC6F is #032390. Grayscale: #D9D9D9. Windows color (decimal): -205713 or 7331068. OLE color: 7331068.

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

Color convert

RGB 252 220 111 -
CMYK 0 0.13 0.56 0.01
HSL 46.38º 0.96% 0.71% -
HSV(B) 46.38º 0.56% 0.99% -
XYZ 68.61 73.03 25.52 -
YUV 217.14 68.1 152.86 -
System Red Green Blue C M Y K H S L
Decimal 252 220 111 0 0.13 0.56 0.01 46.38 0.96 0.71
Hex FC DC 6F 0 D 38 1 2E 60 47
Octal 374 334 157 0 15 70 1 56 140 107
Binary 11111100 11011100 1101111 0 1101 111000 1 101110 1100000 1000111

Color Harmonies of #FCDC6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC6F

Black with #FCDC6F

Text Example


Text Example

White with #FCDC6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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