Html Css Color HEX #FCD96D Sweet Corn

📋 copy color: '#FCD96D'

red 252 ◦ green 217 ◦ blue 109

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

Shades of Sweet Corn #FCD96D

Tints of Sweet Corn #FCD96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 37.54%

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

R = 43.6%
G = 37.54%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCD96D (or 0xFCD96D) is known color: Sweet Corn. HEX triplet: FC, D9 and 6D. RGB value is (252,217,109). Sum of RGB (Red+Green+Blue) = 252+217+109=578 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.60% from 578); Green value is 217 (85.16% from 255 or 37.54% from 578); Blue value is 109 (42.97% from 255 or 18.86% from 578); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD96D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD96D is #032692. Grayscale: #D7D7D7. Windows color (decimal): -206483 or 7199228. OLE color: 7199228.

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

Color convert

RGB 252 217 109 -
CMYK 0 0.14 0.57 0.01
HSL 45.31º 0.96% 0.71% -
HSV(B) 45.31º 0.57% 0.99% -
XYZ 67.72 71.43 24.69 -
YUV 215.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 252 217 109 0 0.14 0.57 0.01 45.31 0.96 0.71
Hex FC D9 6D 0 E 39 1 2D 60 47
Octal 374 331 155 0 16 71 1 55 140 107
Binary 11111100 11011001 1101101 0 1110 111001 1 101101 1100000 1000111

Color Harmonies of #FCD96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD96D

Black with #FCD96D

Text Example


Text Example

White with #FCD96D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD96D; }

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

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

background-color css

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

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

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

border-color css

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

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

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