Html Css Color HEX #FCDC6D Sweet Corn

📋 copy color: '#FCDC6D'

red 252 ◦ green 220 ◦ blue 109

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

Shades of Sweet Corn #FCDC6D

Tints of Sweet Corn #FCDC6D

RGB

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

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

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

R = 43.37%
G = 37.87%
B = 18.76%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCDC6D (or 0xFCDC6D) is known color: Sweet Corn. HEX triplet: FC, DC and 6D. RGB value is (252,220,109). Sum of RGB (Red+Green+Blue) = 252+220+109=581 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.37% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 109 (42.97% from 255 or 18.76% from 581); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC6D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCDC6D is #032392. Grayscale: #D9D9D9. Windows color (decimal): -205715 or 7199996. OLE color: 7199996.

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

Color convert

RGB 252 220 109 -
CMYK 0 0.13 0.57 0.01
HSL 46.57º 0.96% 0.71% -
HSV(B) 46.57º 0.57% 0.99% -
XYZ 68.5 72.99 24.95 -
YUV 216.91 67.1 153.03 -
System Red Green Blue C M Y K H S L
Decimal 252 220 109 0 0.13 0.57 0.01 46.57 0.96 0.71
Hex FC DC 6D 0 D 39 1 2F 60 47
Octal 374 334 155 0 15 71 1 57 140 107
Binary 11111100 11011100 1101101 0 1101 111001 1 101111 1100000 1000111

Color Harmonies of #FCDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCDC6D

Black with #FCDC6D

Text Example


Text Example

White with #FCDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCDC6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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