Html Css Color HEX #FCD86D Sweet Corn

📋 copy color: '#FCD86D'

red 252 ◦ green 216 ◦ blue 109

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

Shades of Sweet Corn #FCD86D

Tints of Sweet Corn #FCD86D

RGB

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

 GREEN value IS 216 (84.77% from 255) = 37.44%

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

R = 43.67%
G = 37.44%
B = 18.89%

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

#FCD86D (or 0xFCD86D) is known color: Sweet Corn. HEX triplet: FC, D8 and 6D. RGB value is (252,216,109). Sum of RGB (Red+Green+Blue) = 252+216+109=577 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.67% from 577); Green value is 216 (84.77% from 255 or 37.44% from 577); Blue value is 109 (42.97% from 255 or 18.89% from 577); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD86D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD86D is #032792. Grayscale: #D7D7D7. Windows color (decimal): -206739 or 7198972. OLE color: 7198972.

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

Color convert

RGB 252 216 109 -
CMYK 0 0.14 0.57 0.01
HSL 44.9º 0.96% 0.71% -
HSV(B) 44.9º 0.57% 0.99% -
XYZ 67.46 70.91 24.6 -
YUV 214.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 252 216 109 0 0.14 0.57 0.01 44.9 0.96 0.71
Hex FC D8 6D 0 E 39 1 2D 60 47
Octal 374 330 155 0 16 71 1 55 140 107
Binary 11111100 11011000 1101101 0 1110 111001 1 101101 1100000 1000111

Color Harmonies of #FCD86D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD86D

Black with #FCD86D

Text Example


Text Example

White with #FCD86D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD86D; }

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

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

background-color css

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

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

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

border-color css

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

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

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