Html Css Color HEX #FCD86F Sweet Corn

📋 copy color: '#FCD86F'

red 252 ◦ green 216 ◦ blue 111

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

Shades of Sweet Corn #FCD86F

Tints of Sweet Corn #FCD86F

RGB

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

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

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

R = 43.52%
G = 37.31%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCD86F (or 0xFCD86F) is known color: Sweet Corn. HEX triplet: FC, D8 and 6F. RGB value is (252,216,111). Sum of RGB (Red+Green+Blue) = 252+216+111=579 (76% of max value = 765). Red value is 252 (98.83% from 255 or 43.52% from 579); Green value is 216 (84.77% from 255 or 37.31% from 579); Blue value is 111 (43.75% from 255 or 19.17% from 579); Max value from RGB is 252 - color contains mainly: red. Hex color #FCD86F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCD86F is #032790. Grayscale: #D7D7D7. Windows color (decimal): -206737 or 7330044. OLE color: 7330044.

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

Color convert

RGB 252 216 111 -
CMYK 0 0.14 0.56 0.01
HSL 44.68º 0.96% 0.71% -
HSV(B) 44.68º 0.56% 0.99% -
XYZ 67.57 70.95 25.17 -
YUV 214.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 252 216 111 0 0.14 0.56 0.01 44.68 0.96 0.71
Hex FC D8 6F 0 E 38 1 2D 60 47
Octal 374 330 157 0 16 70 1 55 140 107
Binary 11111100 11011000 1101111 0 1110 111000 1 101101 1100000 1000111

Color Harmonies of #FCD86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCD86F

Black with #FCD86F

Text Example


Text Example

White with #FCD86F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCD86F; }

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

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

background-color css

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

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

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

border-color css

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

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

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